diff --git a/ChangeLog b/ChangeLog index 58220e1..7d5d8d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ # ChangeLog for squashmount +*squashmount-15.4.0_p2 + Martin Väth : + - Provide etc/revdep-rebuild/66-squashmount for python implementation + *squashmount-15.4.0_p1 Martin Väth : - Work around systemd cap https://github.com/vaeth/squashmount/issues/7 diff --git a/etc/revdep-rebuild/66-squashmount b/etc/revdep-rebuild/66-squashmount new file mode 100644 index 0000000..45eebf4 --- /dev/null +++ b/etc/revdep-rebuild/66-squashmount @@ -0,0 +1,32 @@ +# The python variant of revdep-rebuild requires full paths and " " +# On the other hand, it accecpts several SEARCH_DIR_MASK entries in one file +SEARCH_DIRS_MASK="/*/*.mount/readonly" +SEARCH_DIRS_MASK="/*/*.mount/readonly/*" +SEARCH_DIRS_MASK="/*/*.mount/readonly/*/*" +SEARCH_DIRS_MASK="/*/*.mount/readonly/*/*/*" +SEARCH_DIRS_MASK="/*/*.mount/readonly/*/*/*/*" +SEARCH_DIRS_MASK="/*/*.mount/changes" +SEARCH_DIRS_MASK="/*/*.mount/changes/*" +SEARCH_DIRS_MASK="/*/*.mount/changes/*/*" +SEARCH_DIRS_MASK="/*/*.mount/changes/*/*/*" +SEARCH_DIRS_MASK="/*/*.mount/changes/*/*/*/*" +SEARCH_DIRS_MASK="/*/*.mount/workdir" +SEARCH_DIRS_MASK="/*/*.mount/workdir/*" +SEARCH_DIRS_MASK="/*/*.mount/workdir/*/*" +SEARCH_DIRS_MASK="/*/*.mount/workdir/*/*/*" +SEARCH_DIRS_MASK="/*/*.mount/workdir/*/*/*/*" +SEARCH_DIRS_MASK="/*/*/*.mount/readonly" +SEARCH_DIRS_MASK="/*/*/*.mount/readonly/*" +SEARCH_DIRS_MASK="/*/*/*.mount/readonly/*/*" +SEARCH_DIRS_MASK="/*/*/*.mount/readonly/*/*/*" +SEARCH_DIRS_MASK="/*/*/*.mount/readonly/*/*/*/*" +SEARCH_DIRS_MASK="/*/*/*.mount/changes" +SEARCH_DIRS_MASK="/*/*/*.mount/changes/*" +SEARCH_DIRS_MASK="/*/*/*.mount/changes/*/*" +SEARCH_DIRS_MASK="/*/*/*.mount/changes/*/*/*" +SEARCH_DIRS_MASK="/*/*/*.mount/changes/*/*/*/*" +SEARCH_DIRS_MASK="/*/*/*.mount/workdir" +SEARCH_DIRS_MASK="/*/*/*.mount/workdir/*" +SEARCH_DIRS_MASK="/*/*/*.mount/workdir/*/*" +SEARCH_DIRS_MASK="/*/*/*.mount/workdir/*/*/*" +SEARCH_DIRS_MASK="/*/*/*.mount/workdir/*/*/*/*"