Accepting request 1010437 from utilities
OBS-URL: https://build.opensuse.org/request/show/1010437 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etckeeper?expand=0&rev=9
This commit is contained in:
commit
7e006c59ad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15924673fa3f15e4b172f9f0111a442ed3f0ee99dcf9ad3c5107736ffb8c1089
|
||||
size 93528
|
3
etckeeper-1.18.18.tar.gz
Normal file
3
etckeeper-1.18.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:390c82d1fcfaf4cac5a3ca6fffb16fea0e1ada31a1bfe20220ac3b317d663f61
|
||||
size 101845
|
@ -21,7 +21,7 @@ Index: etckeeper-1.18.5/etckeeper
|
||||
@@ -126,6 +126,13 @@
|
||||
export VCS
|
||||
|
||||
if [ "$(which perl 2>/dev/null)" != "" ]; then
|
||||
if command -v perl >/dev/null; then
|
||||
+ #If environment variable ETCKEEPER_AVOID_PACKAGELIST is not null,
|
||||
+ # AVOID_PACKAGELIST in etckeeper.conf is overridden here.
|
||||
+ if [ -n "$ETCKEEPER_AVOID_PACKAGELIST" ]; then
|
||||
|
@ -5,12 +5,12 @@ Index: 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 etc)
|
||||
# (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 etc)
|
||||
# (dpkg, rpm, pacman, pacmatic, pacman-g2, apk, xbps etc)
|
||||
-LOWLEVEL_PACKAGE_MANAGER=dpkg
|
||||
+LOWLEVEL_PACKAGE_MANAGER=rpm
|
||||
|
||||
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 02:32:00 UTC 2022 - André Werlang <beppe85@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 09:28:21 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
%define make_args systemddir=%{_unitdir} PYTHON=%{python_versioned} %{python_args}
|
||||
|
||||
Name: etckeeper
|
||||
Version: 1.18.14
|
||||
Version: 1.18.18
|
||||
Release: 0
|
||||
Summary: Store /etc under Version Control
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user