rpms/anacron/devel anacron.spec,1.41,1.42

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Tue Sep 25 08:55:08 UTC 2007


Author: mmaslano

Update of /cvs/pkgs/rpms/anacron/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24206

Modified Files:
	anacron.spec 
Log Message:
- cron.{hourly,daily} work correct -> remove checking whether
  cron.daily has been run
- persist: run pc between midnight and 4:02 -> cron.daily run twice.
- rhbz#296741




Index: anacron.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anacron/devel/anacron.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- anacron.spec	31 Aug 2007 07:27:32 -0000	1.41
+++ anacron.spec	25 Sep 2007 08:54:37 -0000	1.42
@@ -1,7 +1,7 @@
 Summary: A cron-like program that can run jobs lost during downtime
 Name: anacron
 Version: 2.3
-Release: 55%{?dist}
+Release: 56%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://packages.debian.org/stable/source/anacron
@@ -13,7 +13,6 @@
 Patch2: anacron-2.3-fdclose.patch
 Patch3: anacron-2.3-pic.patch
 Patch4: anacron-2.3-memleaking.patch
-Patch5: anacron-script.patch
 
 Requires: crontabs
 Requires: initscripts
@@ -45,7 +44,6 @@
 %patch2 -p1 -b .fdclose
 %patch3 -p1 -b .pic
 %patch4 -p1 -b .memleaking
-%patch5 -p1 -b .script
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@@ -97,7 +95,6 @@
 %doc COPYING README
 %config(noreplace) /etc/anacrontab
 %dir /var/spool/anacron/
-#%config(noreplace) /etc/rc.d/init.d/*
 %dir /etc/rc.d/init.d/*
 /%{_mandir}/man5/*
 /%{_mandir}/man8/*
@@ -107,6 +104,12 @@
 %attr(755,root,root) %dir /etc/cron.weekly/0anacron
 
 %changelog
+* Tue Sep 25 2007 Marcela Maslanova <mmaslano at redhat.com> 2.3-56
+- cron.{hourly,daily} work correct -> remove checking whether
+  cron.daily has been run
+- persist: run pc between midnight and 4:02 -> cron.daily run twice.
+- rhbz#296741
+
 * Fri Aug 31 2007 Marcela Maslanova <mmaslano at redhat.com> 2.3-55
 - change chkconfig --add, because it wasn't running after 
     fresh install #267801




More information about the fedora-extras-commits mailing list