rpms/yum-cron/F-12 .cvsignore, 1.11, 1.12 import.log, 1.4, 1.5 sources, 1.11, 1.12 yum-cron.spec, 1.16, 1.17

Alec Thomas Habig habig at fedoraproject.org
Wed Oct 14 13:36:04 UTC 2009


Author: habig

Update of /cvs/pkgs/rpms/yum-cron/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12763/F-12

Modified Files:
	.cvsignore import.log sources yum-cron.spec 
Log Message:
- Fixed CLEANDAY default in script
- changed the /etc/yum/ scripts to not be marked as a config file in
  the .spec - we always want them updated, they're code not config.
  rpmlint used to complain about them not being marked as config files,
  but seems to have grown out of this weirdness in the meantime .




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-cron/F-12/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	7 Oct 2009 13:28:56 -0000	1.11
+++ .cvsignore	14 Oct 2009 13:36:03 -0000	1.12
@@ -1 +1 @@
-yum-cron-0.9.0.tar.gz
+yum-cron-0.9.1.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/yum-cron/F-12/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	7 Oct 2009 13:28:56 -0000	1.4
+++ import.log	14 Oct 2009 13:36:04 -0000	1.5
@@ -2,3 +2,4 @@ yum-cron-0_8_3-1_fc10:HEAD:yum-cron-0.8.
 yum-cron-0_8_4-1_fc11:HEAD:yum-cron-0.8.4-1.fc11.src.rpm:1249949003
 yum-cron-0_8_4-2_fc11:HEAD:yum-cron-0.8.4-2.fc11.src.rpm:1250883009
 yum-cron-0_9_0-1_fc11:F-12:yum-cron-0.9.0-1.fc11.src.rpm:1254922039
+yum-cron-0_9_1-1_fc11:F-12:yum-cron-0.9.1-1.fc11.src.rpm:1255527348


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-cron/F-12/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	7 Oct 2009 13:28:56 -0000	1.11
+++ sources	14 Oct 2009 13:36:04 -0000	1.12
@@ -1 +1 @@
-bad2ff53cb924a964c4909f24e6f34b3  yum-cron-0.9.0.tar.gz
+894d3857361c926963c04d2c18552d3e  yum-cron-0.9.1.tar.gz


Index: yum-cron.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-cron/F-12/yum-cron.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- yum-cron.spec	7 Oct 2009 13:28:56 -0000	1.16
+++ yum-cron.spec	14 Oct 2009 13:36:04 -0000	1.17
@@ -1,6 +1,6 @@
 Summary: Files needed to run yum updates as a cron job
 Name: yum-cron
-Version: 0.9.0
+Version: 0.9.1
 Release: 1%{?dist}
 URL: http://linux.duke.edu/yum/
 # This is a Red Hat maintained package which is specific to
@@ -85,12 +85,18 @@ exit 0
 %defattr(-,root,root)
 %doc COPYING README
 %{_sysconfdir}/cron.daily/0yum.cron
-%config(noreplace) %{_sysconfdir}/yum/yum-daily.yum
-%config(noreplace) %{_sysconfdir}/yum/yum-weekly.yum
+%{_sysconfdir}/yum/yum-daily.yum
+%{_sysconfdir}/yum/yum-weekly.yum
 %{_sysconfdir}/rc.d/init.d/yum-cron
 %config(noreplace) %{_sysconfdir}/sysconfig/yum-cron
 
 %changelog
+* Fri Oct 9 2009 Alec Habig <ahabig at umn.edu> - 0.9.1-1
+- Fixed CLEANDAY default in script
+- changed the /etc/yum/ scripts to not be marked as a config file in
+  the .spec - we always want them updated, they're code not config.  
+  rpmlint used to complain about them not being marked as config files,
+  but seems to have grown out of this weirdness in the meantime .
 * Tue Oct 6 2009 Alec Habig <ahabig at umn.edu> - 0.9.0-1
 - Change cron file to 0yum.cron, so yum updates things before the other daily jobs
   such as makewhatis, prelink, updatedb, etc run.  That way updated files get picked up




More information about the fedora-extras-commits mailing list