[cronie/f19] Forgot to add BR on systemd, which leads to failure of scriptlets.

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Sep 26 15:33:50 UTC 2013


commit 4c297f8921b9c8a00f2e3e9f044accae5ca65454
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Thu Sep 26 17:33:31 2013 +0200

    Forgot to add BR on systemd, which leads to failure of scriptlets.

 cronie.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/cronie.spec b/cronie.spec
index ff5a3de..57ab2fd 100644
--- a/cronie.spec
+++ b/cronie.spec
@@ -6,7 +6,7 @@
 Summary:   Cron daemon for executing programs at set times
 Name:      cronie
 Version:   1.4.10
-Release:   6%{?dist}
+Release:   7%{?dist}
 License:   MIT and BSD and ISC and GPLv2
 Group:     System Environment/Base
 URL:       https://fedorahosted.org/cronie
@@ -30,6 +30,7 @@ Buildrequires: pam-devel >= 1.0.1
 %if %{with audit}
 Buildrequires: audit-libs-devel >= 1.4.1
 %endif
+BuildRequires: systemd
 
 Requires(post):   coreutils sed
 Requires(post):   systemd
@@ -225,6 +226,9 @@ exit 0
 %attr(0755,root,root) %{_initrddir}/crond
 
 %changelog
+* Thu Sep 26 2013 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.10-7
+- forgot to add BR on systemd, which leads to failure of scriptlets
+
 * Wed Sep 25 2013 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.10-6
 - some jobs are not executed because not all environment variables are set. rhbz#995590
 - cronies systemd script use KillMode=process. rhbz#919290


More information about the scm-commits mailing list