]> git.pld-linux.org Git - packages/cronie.git/blobdiff - cronie.spec
- release 2
[packages/cronie.git] / cronie.spec
index f40fad6a5c63f6d202bb92619b20596c41f1b951..67aa53a8e2de9db1cc960c148e6f2ca7efccccff 100644 (file)
@@ -1,9 +1,6 @@
 # TODO
 # - update paths in manuals (create .in files and send upstream)
 # - make /etc/pam.d independant of sysconfdir (configure-able option and send upstream)
-# - https://fedorahosted.org/cronie/changeset/272c4a5c417bfa6e04148fc35a4fe4c6956b17e1
-#   should we follow it too? our pam contains cron.{allow,deny} listfile rules,
-#   cronie itself checks these files so safe to drop?
 #
 # Conditional build:
 %bcond_without inotify         # without inotify support
 
 Summary:       Cron daemon for executing programs at set times
 Name:          cronie
-Version:       1.4.3
-Release:       1
+Version:       1.4.4
+Release:       2
 License:       MIT and BSD and GPL v2
 Group:         Daemons
 Source0:       https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
-# Source0-md5: 2393b3e5828fc09d9acf04dfd7796ab9
+# Source0-md5: eb9834c5f87cca9efeed68e6fed3fe3d
 Source1:       %{name}.init
 Source2:       cron.logrotate
 Source3:       cron.sysconfig
@@ -159,18 +156,15 @@ if [ "$1" = "0" ]; then
        %groupremove crontab
 fi
 
-%triggerpostun -- hc-cron
-# reinstall crond init.d links, which could be different
-/sbin/chkconfig --del crond
-/sbin/chkconfig --add crond
-
-%triggerun -- vixie-cron
+%triggerun -- hc-cron,fcron,vixie-cron
 # Prevent preun from crond from working
 chmod a-x /etc/rc.d/init.d/crond
 
-%triggerpostun -- vixie-cron
+%triggerpostun -- hc-cron,fcron,vixie-cron
 # Restore what triggerun removed
 chmod 754 /etc/rc.d/init.d/crond
+# reinstall crond init.d links, which could be different
+/sbin/chkconfig --del crond
 /sbin/chkconfig --add crond
 
 %files
This page took 0.045903 seconds and 4 git commands to generate.