]> git.pld-linux.org Git - packages/cronie.git/blobdiff - cronie.spec
- status --pidfile dep in initscript
[packages/cronie.git] / cronie.spec
index 711e9549c40d7407dbe054f801ce7f8282076cd6..f40fad6a5c63f6d202bb92619b20596c41f1b951 100644 (file)
@@ -1,6 +1,9 @@
 # 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.2
+Version:       1.4.3
 Release:       1
 License:       MIT and BSD and GPL v2
 Group:         Daemons
 Source0:       https://fedorahosted.org/releases/c/r/cronie/%{name}-%{version}.tar.gz
-# Source0-md5: 9c7cef09ff9c92a90a314a1e947fae5c
+# Source0-md5: 2393b3e5828fc09d9acf04dfd7796ab9
 Source1:       %{name}.init
 Source2:       cron.logrotate
 Source3:       cron.sysconfig
@@ -27,6 +30,7 @@ Source4:      %{name}.crontab
 Source5:       %{name}.pam
 Patch0:                inotify-nosys.patch
 Patch1:                %{name}-nosyscrontab.patch
+Patch2:                sendmail-path.patch
 URL:           https://fedorahosted.org/cronie/
 %{?with_audit:BuildRequires:   audit-libs-devel}
 BuildRequires: autoconf
@@ -37,14 +41,13 @@ BuildRequires:      rpm >= 4.4.9-56
 BuildRequires: rpmbuild(macros) >= 1.268
 Requires(post):        fileutils
 Requires(post,preun):  /sbin/chkconfig
-Requires(post,preun):  rc-scripts
 Requires(postun):      /usr/sbin/groupdel
 Requires(pre): /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
 Requires:      /bin/run-parts
 Requires:      /sbin/chkconfig
 Requires:      psmisc >= 20.1
-Requires:      rc-scripts
+Requires:      rc-scripts >= 0.4.0.19
 %{?with_inotify:Requires:      uname(release) >= 2.6.13}
 Provides:      crondaemon
 Provides:      crontabs = 1.7
@@ -80,6 +83,7 @@ however this could be overloaded in settings.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal}
This page took 0.033672 seconds and 4 git commands to generate.