]> git.pld-linux.org Git - packages/cronie.git/blobdiff - cronie.spec
rebuild with separate debuginfo build-ids
[packages/cronie.git] / cronie.spec
index 358ed38821864db252d0733ac3fc3d209b292e6e..22555748ae18905ccbbd399676b0f1321df8edac 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.1
+Version:       1.5.7
+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: 544f141aa4e34e0a176529be08441756
 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
@@ -120,6 +120,7 @@ anacrona, ale może to być zmienione w ustawieniach.
        --with-inotify%{!?with_inotify:=no} \
        --with-pam \
        --with-selinux%{!?with_selinux:=no} \
+       --disable-silent-rules \
        --disable-syscrontab \
        --enable-anacron \
 %if "%{cc_version}" >= "3.4"
@@ -231,11 +232,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.046593 seconds and 4 git commands to generate.