From d841f5f5e2448653fea1c126c915e3acee65755e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 9 May 2011 09:42:27 +0200 Subject: [PATCH] missing requirement on systemd-sysv for scriptlets --- cronie.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)