[cronie/f15] change triggerun to fix 735802 during upgrade

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Oct 17 14:44:08 UTC 2011


commit ba73f3319c8e6d287a9e2dcf81dc434b37e6c14c
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Oct 17 16:43:55 2011 +0200

    change triggerun to fix 735802 during upgrade

 cronie.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/cronie.spec b/cronie.spec
index e9cdf13..3cd6e42 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.8
-Release:   2%{?dist}
+Release:   3%{?dist}
 License:   MIT and BSD and ISC and GPLv2
 Group:     System Environment/Base
 URL:       https://fedorahosted.org/cronie
@@ -173,7 +173,7 @@ if [ $1 -ge 1 ]; then
 %endif
 fi
 
-%triggerun -- cronie < 1.4.1
+%triggerun -- cronie-anacron < 1.4.1
 # empty /etc/crontab in case there are only old regular jobs
 cp -a /etc/crontab /etc/crontab.rpmsave
 sed -e '/^01 \* \* \* \* root run-parts \/etc\/cron\.hourly/d'\
@@ -246,6 +246,9 @@ service crond condrestart > /dev/null 2>&1 ||:
 %attr(0644,root,root) %{_sysconfdir}/cron.d/dailyjobs
 
 %changelog
+* Mon Oct 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.4.8-3
+- change triggerun to fix 735802 during upgrade
+
 * Wed Jun 29 2011 Tomáš Mráz <tmraz at redhat.com> - 1.4.8-2
 - fix inotify support to not leak fds (#717505)
 


More information about the scm-commits mailing list