]> git.pld-linux.org Git - packages/anacron.git/commitdiff
- this is not a cron daemon, so don't P: one, even S: using (!) - otherwise master auto/th/anacron-2_3-27
authorTomasz Pala <gotar@pld-linux.org>
Sat, 25 Sep 2010 10:41:59 +0000 (10:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  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

index 79eb8d07c30e01f6d0ec8b4e59788a19c57e36ca..ecabc536e3b2d42595393a784d5bce5262e35ed9 100644 (file)
@@ -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
This page took 0.066288 seconds and 4 git commands to generate.