rpms/yum-cron/FC-6 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 yum-cron.spec, 1.4, 1.5 yum-cron-0.3.checkonly.patch, 1.1, NONE

Alec Thomas Habig (habig) fedora-extras-commits at redhat.com
Mon Sep 3 15:02:47 UTC 2007


Author: habig

Update of /cvs/pkgs/rpms/yum-cron/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18253/FC-6

Modified Files:
	.cvsignore sources yum-cron.spec 
Removed Files:
	yum-cron-0.3.checkonly.patch 
Log Message:
Fixed bug in cron.daily script which was preventing updates from
running.
Integrated checkonly patch into souce tarball.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-cron/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	21 Aug 2007 18:53:53 -0000	1.2
+++ .cvsignore	3 Sep 2007 15:02:13 -0000	1.3
@@ -1 +1 @@
-yum-cron-0.3.tar.gz
+yum-cron-0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-cron/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 Aug 2007 18:53:53 -0000	1.2
+++ sources	3 Sep 2007 15:02:13 -0000	1.3
@@ -1 +1 @@
-b232b7066f6bf846c20597bdba076346  yum-cron-0.3.tar.gz
+113c9dda502f7526479d2c416f3f9085  yum-cron-0.4.tar.gz


Index: yum-cron.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-cron/FC-6/yum-cron.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yum-cron.spec	28 Aug 2007 16:47:04 -0000	1.4
+++ yum-cron.spec	3 Sep 2007 15:02:13 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: Files needed to run yum updates as a cron job
 Name: yum-cron
-Version: 0.3
-Release: 3%{?dist}
+Version: 0.4
+Release: 1%{?dist}
 URL: http://linux.duke.edu/yum/
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -17,17 +17,15 @@
 Requires(preun): /sbin/service
 Requires(postun): /sbin/service
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Patch0: yum-cron-0.3.checkonly.patch
 
 %description
-These are the files needed to run yum updates as a cron job.  They are
-lifted straight from yum-2.6.1-0.fc5, but were left out of FC6's yum.
+These are the files needed to run yum updates as a cron job.  They
+originated in yum-2.6.1-0.fc5, but were left out of FC6's yum.
 Install this package if you want auto yum updates nightly via cron
 rather than the newer yum-updatesd daemon.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 
@@ -93,6 +91,10 @@
 %config(noreplace) %{_sysconfdir}/sysconfig/yum-cron
 
 %changelog
+* Mon Sep 3 2007 Alec Habig <ahabig at umn.edu> - 0.4-1
+- Fix bug in cron.daily which was preventing updates from running
+- Integrate Frank's checkonly patches into the source
+
 * Mon Aug 27 2007 Frank Wittig <fw at weisshuhn.de> - 0.3-3
 - Actual update action is now configurable. It does check-only now if
   configured. Default behaviour is to do updates.


--- yum-cron-0.3.checkonly.patch DELETED ---




More information about the scm-commits mailing list