]> git.pld-linux.org Git - packages/cronie.git/commitdiff
- updated to 1.7.2 master auto/th/cronie-1.7.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 9 Apr 2024 18:26:28 +0000 (20:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 9 Apr 2024 18:26:28 +0000 (20:26 +0200)
cronie.crontab
cronie.spec

index 61d92936ab41a543d292705714e68a17dbbbd3da..00c9c718564c1f58feea46173829f0c878e0c465 100644 (file)
@@ -4,7 +4,7 @@ MAILTO=root
 NICE=15
 
 # run-parts
-01 * * * *     root    /bin/run-parts /etc/cron.hourly
-02 5 * * *     root    /bin/run-parts /etc/cron.daily
-02 2 * * 0     root    /bin/run-parts /etc/cron.weekly
-02 4 1 * *     root    /bin/run-parts /etc/cron.monthly
+01 * * * *     root    /bin/run-parts --report /etc/cron.hourly
+02 5 * * *     root    /bin/run-parts --report /etc/cron.daily
+02 2 * * 0     root    /bin/run-parts --report /etc/cron.weekly
+02 4 1 * *     root    /bin/run-parts --report /etc/cron.monthly
index 849cb86f21387d84ae8acadcf1f4ba1c647d678f..6eb45cf9bb21c1121ce1d9eeab675dbb344642b5 100644 (file)
 Summary:       Cron daemon for executing programs at set times
 Summary(pl.UTF-8):     Demon cron do uruchamiania programów o zadanym czasie
 Name:          cronie
-Version:       1.5.7
-Release:       6
+Version:       1.7.2
+Release:       1
 License:       MIT and BSD and GPL v2
 Group:         Daemons
+#Source0Download: https://github.com/cronie-crond/cronie/releases
 Source0:       https://github.com/cronie-crond/cronie/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 544f141aa4e34e0a176529be08441756
+# Source0-md5: 2dacf4a7198b26dbd497a418cf31443d
 Source1:       %{name}.init
 Source3:       cron.sysconfig
 Source4:       %{name}.crontab
@@ -60,7 +61,8 @@ Provides:     group(crontab)
 Provides:      vixie-cron = 4.3-1
 %endif
 Obsoletes:     crondaemon
-Obsoletes:     cronie-systemd
+Obsoletes:     cronie-systemd < 1.4.8-9
+Obsoletes:     cronie-upstart < 1.4.12-5
 Obsoletes:     crontabs
 Obsoletes:     cronjobs
 %if "%{pld_release}" == "th"
@@ -174,7 +176,7 @@ if [ -x /bin/awk -a -x /bin/grep -a -f /var/log/cron ]; then
        LC_ALL=C /bin/awk -v d="$(LC_ALL=C date "+%b %e")" ' $1 " " $2 ~ d' /var/log/cron \
                | /bin/grep -qE "PAM.*(Modu. jest nieznany|Module is unknown)" \
                && echo "crond is failing on PAM, restarting ( https://github.com/cronie-crond/cronie/issues/87 )" >&2 \
-               && /sbin/service crond condrestart
+               && /sbin/service crond try-restart
 fi
 exit 0
 EOF
This page took 0.058601 seconds and 4 git commands to generate.