62cc731696
- Update to 1.18.18: * Replace deprecated egrep with grep -E. * Added support for Void Linux's xbps package manager. - Update to 1.18.17: * Fix committing of files with spaces in name when perl is not available. * Ignore udev's FHS violating large binary cache file /etc/udev/hwdb.bin * Avoid warning messages from grep about binary files when there are filenames in /etc that do not correspond to the current locale settings. - Update to 1.18.16: * Improve sorting stability. * Prefer mktemp over tempfile as the latter displays a deprecation warning since debianutils 4.10. - Update to 1.18.15: * Use "command -v" rather than "which" to detect installed programs, as it is more portable. * Improve commit messages generated by package manager changes, listing packages that are responsible for the changed config files. * If gc.auto is not configured, override the default to make it gc ten times more frequently, to avoid wasting space with loose objects. * update-ignore: Preserve permissions from any preexisting VCS ignore file. * Removed the debian directory from the upstream source package as it's not being maintained; see the debian package for an up-to-date one. * debian/changelog moved to CHANGELOG and debian/copyright to COPYRIGHT. - Rebase patches: * etckeeper-avoid-packagelist.patch * etckeeper-set-package-manager.patch OBS-URL: https://build.opensuse.org/request/show/1006674 OBS-URL: https://build.opensuse.org/package/show/utilities/etckeeper?expand=0&rev=26
19 lines
725 B
Diff
19 lines
725 B
Diff
Index: etckeeper-1.18.8/etckeeper.conf
|
|
===================================================================
|
|
--- etckeeper-1.18.8.orig/etckeeper.conf
|
|
+++ etckeeper-1.18.8/etckeeper.conf
|
|
@@ -33,11 +33,11 @@ DARCS_COMMIT_OPTIONS="-a"
|
|
|
|
# The high-level package manager that's being used.
|
|
# (apt, pacman, pacman-g2, yum, dnf, zypper, apk, xbps etc)
|
|
-HIGHLEVEL_PACKAGE_MANAGER=apt
|
|
+HIGHLEVEL_PACKAGE_MANAGER=zypper
|
|
|
|
# The low-level package manager that's being used.
|
|
# (dpkg, rpm, pacman, pacmatic, pacman-g2, apk, xbps etc)
|
|
-LOWLEVEL_PACKAGE_MANAGER=dpkg
|
|
+LOWLEVEL_PACKAGE_MANAGER=rpm
|
|
|
|
# To push each commit to a remote, put the name of the remote here.
|
|
# (eg, "origin" for git). Space-separated lists of multiple remotes
|