SPECS: vixie-cron.spec - never use '<=' in trigger comparision

glen glen at pld-linux.org
Wed Feb 6 20:57:07 CET 2008


Author: glen                         Date: Wed Feb  6 19:57:07 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- never use '<=' in trigger comparision

---- Files affected:
SPECS:
   vixie-cron.spec (1.131 -> 1.132) 

---- Diffs:

================================================================
Index: SPECS/vixie-cron.spec
diff -u SPECS/vixie-cron.spec:1.131 SPECS/vixie-cron.spec:1.132
--- SPECS/vixie-cron.spec:1.131	Sat Jan 12 17:04:14 2008
+++ SPECS/vixie-cron.spec	Wed Feb  6 20:57:02 2008
@@ -277,7 +277,7 @@
 	%groupremove crontab
 fi
 
-%triggerpostun -- vixie-cron <= 3.0.1-85
+%triggerpostun -- vixie-cron < 3.0.1-86
 for i in `/bin/ls /var/spool/cron 2>/dev/null`
 do
 	chown ${i} /var/spool/cron/${i} 2>/dev/null || :
@@ -287,7 +287,7 @@
 /bin/chmod 640 /etc/cron/cron.*
 /bin/chgrp crontab /etc/cron/cron.*
 
-%triggerpostun -- vixie-cron <= 3.0.1-73
+%triggerpostun -- vixie-cron < 3.0.1-74
 if [ -f /etc/cron.d/cron.allow.rpmsave ]; then
 	mv -f /etc/cron.d/cron.allow.rpmsave /etc/cron/cron.allow
 fi
@@ -301,7 +301,7 @@
 	mv -f /etc/cron.d/cron.deny /etc/cron/cron.deny
 fi
 
-%triggerpostun -- vixie-cron <= 3.0.1-70
+%triggerpostun -- vixie-cron < 3.0.1-71
 if [ -f /etc/cron.allow ]; then
 	mv -f /etc/cron.allow /etc/cron/cron.allow
 fi
@@ -313,7 +313,7 @@
 /sbin/chkconfig --del crond
 /sbin/chkconfig --add crond
 
-%triggerpostun -- hc-cron <= 0.14-12
+%triggerpostun -- hc-cron < 0.14-11.2
 for i in `/bin/ls /var/spool/cron 2>/dev/null`
 do
 	chown ${i} /var/spool/cron/${i} 2>/dev/null || :
@@ -354,6 +354,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.132  2008-02-06 19:57:02  glen
+- never use '<=' in trigger comparision
+
 Revision 1.131  2008-01-12 16:04:14  qboosh
 - equal-versioned crontabs Provides
 - yumoconflicts replaced by virtual package Obsoletes (already provided crondaemon)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vixie-cron.spec?r1=1.131&r2=1.132&f=u



More information about the pld-cvs-commit mailing list