From 438e8d9bac9d0bb2f942835c63be68328d1ec5b0 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Sat, 25 Sep 2010 10:41:59 +0000 Subject: [PATCH] - this is not a cron daemon, so don't P: one, even S: using (!) - otherwise processing would take place only on system start (this is only regular cron extension for systems running periodically, not 24/7; as such this could be replaced with fcron or hc-cron and there's no support for intervals shorter than one day), rel. 27 Changed files: anacron.spec -> 1.43 --- anacron.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/anacron.spec b/anacron.spec index 79eb8d0..ecabc53 100644 --- a/anacron.spec +++ b/anacron.spec @@ -1,12 +1,9 @@ -# TODO -# - missing /etc/cron.hourly processing!!!! -# - doesn't obsolete other crondaemons like other Provides: crondaemons do. Summary: A cron-like program that can run jobs lost during downtime Summary(pl.UTF-8): Wersja crona z możliwością uruchamiania zapomnianych procesów Summary(pt_BR.UTF-8): Auxiliar do cron para máquinas que não ficam ligadas o tempo todo Name: anacron Version: 2.3 -Release: 26 +Release: 27 License: GPL Group: Daemons Source0: http://dl.sourceforge.net/anacron/%{name}-%{version}.tar.gz @@ -23,7 +20,7 @@ BuildRequires: rpmbuild(macros) >= 1.268 Requires(post,preun): /sbin/chkconfig Requires: /usr/lib/sendmail Requires: rc-scripts -Provides: crondaemon +Suggests: crondaemon BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -124,7 +121,6 @@ fi %attr(754,root,root) /etc/rc.d/init.d/* %config %{_sysconfdir}/anacrontab %dir /var/spool/anacron/ -%attr(750,root,root) %dir %{_sysconfdir}/cron.* %attr(755,root,root) /etc/cron.daily/0anacron %attr(755,root,root) %{_sysconfdir}/cron.monthly/0anacron %attr(755,root,root) %{_sysconfdir}/cron.weekly/0anacron -- 2.43.0