Author: baggins Date: Sat Feb 11 20:58:21 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 15 - use __cp macro in trigger, cp may be an alias
---- Files affected: packages/cronie: cronie.spec (1.57 -> 1.58) ---- Diffs: ================================================================ Index: packages/cronie/cronie.spec diff -u packages/cronie/cronie.spec:1.57 packages/cronie/cronie.spec:1.58 --- packages/cronie/cronie.spec:1.57 Wed Feb 8 14:14:44 2012 +++ packages/cronie/cronie.spec Sat Feb 11 21:58:16 2012 @@ -18,7 +18,7 @@ Summary: Cron daemon for executing programs at set times Name: cronie Version: 1.4.8 -Release: 14 +Release: 15 License: MIT and BSD and GPL v2 Group: Daemons Source0: https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz @@ -186,7 +186,7 @@ [ "$CROND_SYSLOG_RESULT" = "yes" ] && __CROND_ARGS="-s" [ -n "$CROND_MAIL_PROG" ] && __CROND_ARGS="$__CROND_ARGS -m $CROND_MAIL_PROG" if [ -n "$__CROND_ARGS" ]; then - cp -f /etc/sysconfig/cron{,.rpmsave} + %{__cp} -f /etc/sysconfig/cron{,.rpmsave} echo >>/etc/sysconfig/cron echo "# Added by rpm trigger" >>/etc/sysconfig/cron echo "CROND_ARGS=\"$CROND_ARGS $__CROND_ARGS\"" >>/etc/sysconfig/cron @@ -255,6 +255,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.58 2012/02/11 20:58:16 baggins +- rel 15 +- use __cp macro in trigger, cp may be an alias + Revision 1.57 2012/02/08 13:14:44 baggins - rel 14 - keep service name same as SysV to avoid dead daemon after upgrade to systemd ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cronie/cronie.spec?r1=1.57&r2=1.58&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
