Author: glen Date: Wed Feb 6 20:16:56 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - never use '<=' in trigger comparision (well just drop old triggers) - no need for localized man link - rel 25
---- Files affected: SPECS: hc-cron.spec (1.104 -> 1.105) ---- Diffs: ================================================================ Index: SPECS/hc-cron.spec diff -u SPECS/hc-cron.spec:1.104 SPECS/hc-cron.spec:1.105 --- SPECS/hc-cron.spec:1.104 Sat Jan 12 17:04:14 2008 +++ SPECS/hc-cron.spec Wed Feb 6 21:16:51 2008 @@ -5,7 +5,7 @@ Summary(tr.UTF-8): Home computer cron süreci, periyodik program çalıştırma yeteneği Name: hc-cron Version: 0.14 -Release: 24 +Release: 25 License: GPL Group: Daemons Source0: ftp://ftp.berlios.de/pub/hc-cron/stable/%{name}-%{version}.tar.gz @@ -110,7 +110,6 @@ install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/cron echo ".so cron.8" > $RPM_BUILD_ROOT%{_mandir}/man8/crond.8 -echo ".so cron.8" > $RPM_BUILD_ROOT%{_mandir}/pl/man8/crond.8 %clean rm -rf $RPM_BUILD_ROOT @@ -124,7 +123,7 @@ touch /var/log/cron chgrp crontab /var/log/cron chmod 660 /var/log/cron -%service crond restart "cron daemon" +%service crond restart "Cron Daemon" %preun if [ "$1" = "0" ]; then @@ -137,34 +136,6 @@ %groupremove crontab fi -%triggerpostun -- hc-cron <= 0.14-8 -if [ -f /var/lib/cron.lastrun ]; then - mv -f /var/lib/cron.lastrun /var/lib/misc/cron.lastrun -fi - -%triggerpostun -- hc-cron <= 0.14-11 -for i in `/bin/ls /var/spool/cron 2>/dev/null` -do - /bin/chown ${i} /var/spool/cron/${i} 2>/dev/null || : -done -/bin/chmod 660 /var/log/cron -/bin/chgrp crontab /var/log/cron -/bin/chmod 640 /etc/cron/cron.* -/bin/chgrp crontab /etc/cron/cron.* - -%triggerpostun -- vixie-cron -/sbin/chkconfig --add crond - -%triggerpostun -- vixie-cron <= 3.0.1-85 -for i in `/bin/ls /var/spool/cron 2>/dev/null` -do - /bin/chown ${i} /var/spool/cron/${i} 2>/dev/null || : -done -/bin/chmod 660 /var/log/cron -/bin/chgrp crontab /var/log/cron -/bin/chmod 640 /etc/cron/cron.* -/bin/chgrp crontab /etc/cron/cron.* - %files %defattr(644,root,root,755) %doc README ChangeLog doc/{CONVERSION,FEATURES,MAIL,README.vix,THANKS} @@ -188,6 +159,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.105 2008-02-06 20:16:51 glen +- never use '<=' in trigger comparision (well just drop old triggers) +- no need for localized man link +- rel 25 + Revision 1.104 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/hc-cron.spec?r1=1.104&r2=1.105&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
