[cronie/f15/master] missing requirement on systemd-sysv for scriptlets

Marcela Mašláňová mmaslano at fedoraproject.org
Mon May 9 07:42:46 UTC 2011


commit d841f5f5e2448653fea1c126c915e3acee65755e
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon May 9 09:42:27 2011 +0200

    missing requirement on systemd-sysv for scriptlets

 cronie.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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á <mmaslano at redhat.com> - 1.4.7-3
+- missing requirement on systemd-sysv for scriptlets
+
 * Thu May 05 2011 Tomáš Mráz <tmraz at redhat.com> - 1.4.7-2
 - use only systemd units with systemd
 - add trigger for restart on glibc, libselinux or pam upgrades (#699189)


More information about the scm-commits mailing list