rpms/cronie/devel cronie.spec,1.4,1.5

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Tue Feb 12 15:13:57 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/cronie/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22819

Modified Files:
	cronie.spec 
Log Message:
Update again spec, this change persuade update from cronie on higher cronie
to chkconfig --add crond.



Index: cronie.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cronie/devel/cronie.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cronie.spec	7 Feb 2008 14:50:24 -0000	1.4
+++ cronie.spec	12 Feb 2008 15:13:11 -0000	1.5
@@ -6,7 +6,7 @@
 Summary: Cron daemon for executing programs at set times
 Name: cronie
 Version: 1.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT and BSD
 Group: System Environment/Base
 URL: https://fedorahosted.org/cronie
@@ -82,9 +82,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-if [ "$1" = "1" ]; then
     /sbin/chkconfig --add crond
-fi
 
 %preun
 if [ "$1" = "0" ]; then
@@ -128,6 +126,9 @@
 %config(noreplace) %{_sysconfdir}/cron.deny
 
 %changelog
+* Tue Feb 12 2008 Marcela Maslanova <mmaslano at redhat.com> - 1.0-5
+- upgrade from less than cronie-1.0-4 didn't add chkconfig
+
 * Wed Feb  6 2008 Marcela Maslanova <mmaslano at redhat.com> - 1.0-4
 - 431366 after reboot wasn't cron in chkconfig
 




More information about the fedora-extras-commits mailing list