diff --git a/cronie.spec b/cronie.spec index 0f4b92b..4d91d3f 100644 --- a/cronie.spec +++ b/cronie.spec @@ -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á - 1.4.7-3 +- missing requirement on systemd-sysv for scriptlets + * Thu May 05 2011 Tomáš Mráz - 1.4.7-2 - use only systemd units with systemd - add trigger for restart on glibc, libselinux or pam upgrades (#699189)