]> git.pld-linux.org Git - packages/cronie.git/blobdiff - cronie.spec
make pam_loginuid optional
[packages/cronie.git] / cronie.spec
index 2c959cd215848be746b6072eb0d82d9d28c182c6..582deec2500817b907d59fba6c0806e43e311166 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.1
-Release:       1
+Version:       1.5.2
+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: 910e6effcc032998b0a49fbd46322e18
+Source0:       https://github.com/cronie-crond/cronie/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 703314f58a49ea136e9966d3937d9bf4
 Source1:       %{name}.init
 Source3:       cron.sysconfig
 Source4:       %{name}.crontab
@@ -30,7 +30,7 @@ Source5:      %{name}.pam
 Source6:       crond.service
 Patch0:                inotify-nosys.patch
 Patch1:                sendmail-path.patch
-URL:           https://fedorahosted.org/cronie/
+URL:           https://github.com/cronie-crond/cronie/
 %{?with_audit:BuildRequires:   audit-libs-devel}
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -54,6 +54,7 @@ Requires:     systemd-units >= 38}
 %{?with_inotify:Requires:      uname(release) >= 2.6.13}
 Provides:      crondaemon
 Provides:      crontabs = 1.7
+Provides:      cronjobs
 Provides:      group(crontab)
 %if "%{pld_release}" == "th"
 Provides:      vixie-cron = 4.3-1
@@ -61,6 +62,7 @@ Provides:     vixie-cron = 4.3-1
 Obsoletes:     crondaemon
 Obsoletes:     cronie-systemd
 Obsoletes:     crontabs
+Obsoletes:     cronjobs
 %if "%{pld_release}" == "th"
 Obsoletes:     vixie-cron < 4.3-1
 %endif
@@ -229,11 +231,13 @@ chmod 754 /etc/rc.d/init.d/crond
 %attr(754,root,root) /etc/rc.d/init.d/crond
 %{systemdunitdir}/crond.service
 %attr(755,root,root) %{_sbindir}/crond
+%attr(2755,root,crontab) %{_bindir}/cronnext
 %attr(2755,root,crontab) %{_bindir}/crontab
 
 %{_mandir}/man8/crond.8*
 %{_mandir}/man8/cron.8*
 %{_mandir}/man5/crontab.5*
+%{_mandir}/man1/cronnext.1*
 %{_mandir}/man1/crontab.1*
 
 %attr(1730,root,crontab) /var/spool/cron
This page took 0.101592 seconds and 4 git commands to generate.