missing requirement on systemd-sysv for scriptlets
This commit is contained in:
parent
edbdf042ed
commit
30d9f9e871
@ -7,7 +7,7 @@
|
|||||||
Summary: Cron daemon for executing programs at set times
|
Summary: Cron daemon for executing programs at set times
|
||||||
Name: cronie
|
Name: cronie
|
||||||
Version: 1.4.7
|
Version: 1.4.7
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: MIT and BSD and ISC and GPLv2
|
License: MIT and BSD and ISC and GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: https://fedorahosted.org/cronie
|
URL: https://fedorahosted.org/cronie
|
||||||
@ -38,6 +38,7 @@ Requires(post): coreutils sed
|
|||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
|
Requires(post): systemd-sysv
|
||||||
%else
|
%else
|
||||||
Requires(post): /sbin/chkconfig
|
Requires(post): /sbin/chkconfig
|
||||||
Requires(postun): /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
|
%attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu May 05 2011 Tomáš Mráz <tmraz@redhat.com> - 1.4.7-2
|
||||||
- use only systemd units with systemd
|
- use only systemd units with systemd
|
||||||
- add trigger for restart on glibc, libselinux or pam upgrades (#699189)
|
- add trigger for restart on glibc, libselinux or pam upgrades (#699189)
|
||||||
|
Loading…
Reference in New Issue
Block a user