missing requirement on systemd-sysv for scriptlets

This commit is contained in:
Marcela Mašláňová 2011-05-09 09:42:27 +02:00
parent 06e88d9ea6
commit d841f5f5e2

View File

@ -7,7 +7,7 @@
Summary: Cron daemon for executing programs at set times
Name: cronie
Version: 1.4.7
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT and BSD and ISC and GPLv2
Group: System Environment/Base
URL: https://fedorahosted.org/cronie
@ -38,6 +38,7 @@ Requires(post): coreutils sed
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
Requires(post): systemd-sysv
%else
Requires(post): /sbin/chkconfig
Requires(postun): /sbin/chkconfig
@ -243,6 +244,9 @@ service crond condrestart > /dev/null 2>&1 ||:
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
%changelog
* Mon May 9 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.4.7-3
- missing requirement on systemd-sysv for scriptlets
* Thu May 05 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.7-2
- use only systemd units with systemd
- add trigger for restart on glibc, libselinux or pam upgrades (#699189)