Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ead48cb838 | ||
|
|
9c57b1fe00 |
2 changed files with 17 additions and 4 deletions
|
|
@ -32,7 +32,7 @@
|
|||
%endif
|
||||
|
||||
Name: etckeeper
|
||||
Version: 1.18.12
|
||||
Version: 1.18.14
|
||||
Release: 1%{?dist}
|
||||
Summary: Store /etc in a SCM system (git, mercurial, bzr or darcs)
|
||||
License: GPLv2+
|
||||
|
|
@ -132,7 +132,12 @@ etckeeper with DNF, install this package.
|
|||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%if 0%{?with_yum}
|
||||
# we set yum here, so the yum plugin gets built, and change that to
|
||||
# dnf later, if needed
|
||||
|
|
@ -271,7 +276,7 @@ fi
|
|||
%{_sysconfdir}/%{name}/*.d
|
||||
%{_sysconfdir}/%{name}/daily
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
|
||||
%{_sysconfdir}/cron.daily/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/cron.daily/%{name}
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||
%dir %{_datadir}/bash-completion
|
||||
%dir %{_datadir}/bash-completion/completions
|
||||
|
|
@ -280,6 +285,9 @@ fi
|
|||
%dir %{_sysconfdir}/bash_completion.d
|
||||
%{_sysconfdir}/bash_completion.d/%{name}
|
||||
%endif
|
||||
%dir %{_datadir}/zsh
|
||||
%dir %{_datadir}/zsh/vendor-completions
|
||||
%{_datadir}/zsh/vendor-completions/_%{name}
|
||||
%if 0%{?with_yum}
|
||||
%dir %{_prefix}/lib/yum-plugins
|
||||
%{_prefix}/lib/yum-plugins/%{name}.*
|
||||
|
|
@ -328,6 +336,11 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 14 2020 Thomas Moschny <thomas.moschny@gmx.de> - 1.18.14-1
|
||||
- Update to 1.18.14.
|
||||
- Include zsh completion.
|
||||
- Mark cron file as config file.
|
||||
|
||||
* Sun Dec 1 2019 Thomas Moschny <thomas.moschny@gmx.de> - 1.18.12-1
|
||||
- Update to 1.18.12.
|
||||
- New version of patch to fix logging with Ansible (#1762693).
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (etckeeper-1.18.12.tar.gz) = 7fb75d89bbf69d5ef29fc93f34f8368f0d93adb6f89a96be4769be4a58faff793682f5a5fc6f6f2bf51bc5a151a28b61319396a4298cbf0aa75ff3c1bbb660d7
|
||||
SHA512 (etckeeper-1.18.14.tar.gz) = 1bc01845d47ce3af1ef56474745843e8be6e005da90a21bed302fe73476fbf1f64b84fae7dac73139c394ca698bd146e1609fa34ebbc6737ba73a6f61e670948
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue