* Thu Nov 17 2022 Dominique Leuenberger <dimstar@opensuse.org>
- Do not have the main package recommend the bash-completion
sub-package, but rather have the subpackage supplement the
combination of etckeeper and bash-completion.
* Mon Sep 26 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
Version: 1.18.14-bp154.1.46
* Wed Feb 12 2020 Paolo Stivanin <info@paolostivanin.com>
- Fix spec file
* Tue Feb 04 2020 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.18.14:
* pacman 5.2 deprecated File hooks, use Path.
Thanks, Christian Hesse
* Fix vcs subcommand setup for zsh completion.
Thanks, James Rowe.
* Added zsh completion.
Thanks, James Rowe
* commit: Recent changes added code that does not work on all POSIX shells.
Fixed by Thorsten Glaser.
* Fix bug in hostname determination in the previous release.
Thanks, Christian Hesse
* Support platforms without a hostname command, fall back to
reading /etc/hostname.
Thanks, Chris Morgan
* commit: Support -mmessage, without a space, since eg git commit
can be used that way.
Thanks, martin f. krafft
* commit: When multiple parameters are given, use them all as the commit
message, instead of the old behavior of only using the first parameter and
throwing the rest away.
Thanks, martin f. krafft
* Avoid post-install failing when ps is from busybox or another
version not supporting procps-specific options.
* Use ps --no-headers rather than problimatic -h option.
* When run during a package installation, include in the commit
message the command line that caused etckeeper to run.
Thanks, Laszlo Gombos
* Tue Oct 02 2018 Jan Engelhardt <jengelh@inai.de>
- Remove idempotent %if..%endif guards.
- Fix incorrect trailing slash in make install line.
- Update RPM group for bash-completion.
* Sun Sep 30 2018 bkbin005@rinku.zaq.ne.jp
- indicated that subpackages are noarch.
- modified the description longer.
* Thu Sep 13 2018 Marcus Rueckert <mrueckert@suse.de>
- obsolete cron sub package on systemd machines
* Thu Sep 13 2018 Marcus Rueckert <mrueckert@suse.de>
- use %license
* Wed Sep 12 2018 Marcus Rueckert <mrueckert@suse.de>
- dropped non suse support
- added etckeeper-set-package-manager.patch: set the package
manager via a patch now that we only care about suse
- bzr support:
- disable for now as it would force the whole package to be
python2 bound. you can reenable it when building with
- -with=bzr or set the options in your prjconf:
%define _with_bzr 1
Macros:
%_with_bzr 1
:Macros
- change bzr support to be in a subpackage if enabled
- build with python3 when not building with bzr support
- patch shebang line in the zypper plugin to match that
- build the whole package as noarch if we don't build with python
as we are just packaging a bunch of shell scripts
- move bash completion to a sub package, which is recommended to
keep the default working, BR and Require the bash-completion
package for path ownership
- downgrade to git-core so we only have the minimal git for small
installs on servers
- no longer build the cron support on systemd machines. the systemd
timer is more powerful and should be used instead.
- when uninstalling we should also disable and stop the systemd
timer
- only ship the documentation files that are also shipped in the
debian package
* Tue Sep 11 2018 ecsos@opensuse.org
- update to 1.18.8:
* Work around git commit's lack of robustness, by providing
reasonable default values for GIT_COMMITTER_EMAIL etc.
This was already done as part of the su/sudo handling,
and is now always done.
* Don't hardcode the master branch when pushing to PUSH_REMOTE.
Instead, let git push whatever branches it is configured to
push to that remote.
- Drop 0001-Remove-env-from-shebang-in-zypper-plugin.patch because
now in upstream.