]> git.pld-linux.org Git - packages/cronie.git/commitdiff
- rel 15 auto/th/cronie-1_4_8-15
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 11 Feb 2012 20:58:16 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use __cp macro in trigger, cp may be an alias

Changed files:
    cronie.spec -> 1.58

cronie.spec

index a8f34a0887794accd1bef0d899016f6696d0d081..7b07b4815d51cde593e5d54e9d77fb6052ef4f6e 100644 (file)
@@ -17,7 +17,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
@@ -185,7 +185,7 @@ if [ -f /etc/sysconfig/cron ]; then
        [ "$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
This page took 0.035549 seconds and 4 git commands to generate.