rpms/anacron/devel anacron.spec,1.21,1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 11 21:07:09 UTC 2006


Author: dwalsh

Update of /cvs/dist/rpms/anacron/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv24155

Modified Files:
	anacron.spec 
Log Message:
* Mon Sep 11 2006 Dan Walsh <dwalsh at redhat.com> 2.3-40
- Grab the fdclose patch from FC4
- fix bug 185973: allow use of sendmail under selinux-policy-strict:
                  apply patch contributed by Ted Rule<ejtr at layer3.co.uk>



Index: anacron.spec
===================================================================
RCS file: /cvs/dist/rpms/anacron/devel/anacron.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- anacron.spec	30 Aug 2006 15:12:59 -0000	1.21
+++ anacron.spec	11 Sep 2006 21:07:07 -0000	1.22
@@ -1,7 +1,7 @@
 Summary: A cron-like program that can run jobs lost during downtime.
 Name: anacron
 Version: 2.3
-Release: 39%{?dist}
+Release: 40%{?dist}
 License: GPL
 Group: System Environment/Base
 Source: ftp://ftp.debian.org/debian/pool/main/a/anacron/%{name}_%{version}.orig.tar.gz
@@ -12,6 +12,7 @@
 Patch2: anacron-2.3-noconst.patch
 Patch3: anacron-2.3-mailto.patch
 Patch4: anacron-2.3-lock-files.patch
+Patch5: anacron-2.3-fdclose.patch
 Requires: /bin/sh
 Requires: crontabs
 Prereq: /sbin/chkconfig
@@ -39,6 +40,7 @@
 %patch2 -p1 -b .noconst
 %patch3 -p1 -b .mailto
 %patch4 -p1 -b .lock-files
+%patch5 -p1 -b .fdclose
 
 %build
 make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@@ -112,6 +114,11 @@
 %config /etc/cron.weekly/0anacron
 
 %changelog
+* Mon Sep 11 2006 Dan Walsh <dwalsh at redhat.com> 2.3-40
+- Grab the fdclose patch from FC4
+- fix bug 185973: allow use of sendmail under selinux-policy-strict:
+                  apply patch contributed by Ted Rule<ejtr at layer3.co.uk>
+
 * Wed Aug 30 2006 Jitka Kudrnacova <jkudrnac at redhat.com> - 2.3-39
 - modified PATH in /etc/anacrontab file to make the same as in /etc/crontab (#61891)
 




More information about the fedora-cvs-commits mailing list