Name: | etckeeper |
---|---|
Version: | 1.18.16 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 71346 |
License: | GPLv2+ |
RPM: | etckeeper-1.18.16-1.el7.noarch.rpm |
Source RPM: | etckeeper-1.18.16-1.el7.src.rpm |
Build Date: | Thu Apr 29 2021 |
Build Host: | 2cf13744f7054351a8fee0134f358653 |
Vendor: | Oracle America |
URL: | https://etckeeper.branchable.com/ |
Summary: | Store /etc in a SCM system (git, mercurial, bzr or darcs) |
Description: | The etckeeper program is a tool to let /etc be stored in a git, mercurial, bzr or darcs repository. It hooks into yum to automatically commit changes made to /etc during package upgrades. It tracks file metadata that version control systems do not normally support, but that is important for /etc, such as the permissions of /etc/shadow. It's quite modular and configurable, while also being simple to use if you understand the basics of working with version control. The default backend is git, if want to use a another backend please install the appropriate tool (mercurial, darcs or bzr). To use bazaar/breezy as backend, please also install the etckeeper-bzr package. To start using the package please read /usr/share/doc/etckeeper-1.18.16/README. |
- Update to 1.18.16. - Update spec file, remove obsolete conditionals.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for Python 3.9
- Update to 1.18.14. - Include zsh completion. - Mark cron file as config file.
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Update to 1.18.12. - New version of patch to fix logging with Ansible (#1762693).
- Add patch to fix logging with Ansible (#1762693).
- Add breezy plugin on Fedora 31+ - Remove bazaar plugin on Fedora 32+ - https://fedoraproject.org/wiki/Changes/ReplaceBazaarWithBreezy
- Package fixes for CentOS8. - Build dnf plugin on CentOS7.