rpms/yum-cron/devel .cvsignore, 1.12, 1.13 import.log, 1.5, 1.6 sources, 1.12, 1.13 yum-cron.spec, 1.17, 1.18

Alec Thomas Habig habig at fedoraproject.org
Wed Feb 10 21:22:10 UTC 2010


Author: habig

Update of /cvs/pkgs/rpms/yum-cron/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18376/devel

Modified Files:
	.cvsignore import.log sources yum-cron.spec 
Log Message:
* Mon Feb 1 2010 Alec Habig <ahabig at umn.edu> - 0.9.2-1
- Changed the shebang to refer to bash rather than sh, as bashisms are
  used so bash should be required (bug 550449)
- Test for restorecon and mailx as they're used, so systems without them
  are not forced to install to use this package (removed the
  dependancies, bug 550447)




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/yum-cron/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	14 Oct 2009 13:35:21 -0000	1.12
+++ .cvsignore	10 Feb 2010 21:22:09 -0000	1.13
@@ -1 +1 @@
-yum-cron-0.9.1.tar.gz
+yum-cron-0.9.2.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/yum-cron/devel/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- import.log	14 Oct 2009 13:35:21 -0000	1.5
+++ import.log	10 Feb 2010 21:22:09 -0000	1.6
@@ -3,3 +3,4 @@ yum-cron-0_8_4-1_fc11:HEAD:yum-cron-0.8.
 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:HEAD:yum-cron-0.9.0-1.fc11.src.rpm:1254867260
 yum-cron-0_9_1-1_fc11:HEAD:yum-cron-0.9.1-1.fc11.src.rpm:1255527284
+yum-cron-0_9_2-1_fc12:HEAD:yum-cron-0.9.2-1.fc12.src.rpm:1265836894


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yum-cron/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	14 Oct 2009 13:35:21 -0000	1.12
+++ sources	10 Feb 2010 21:22:09 -0000	1.13
@@ -1 +1 @@
-894d3857361c926963c04d2c18552d3e  yum-cron-0.9.1.tar.gz
+c97f4de4c6b95ff130636298edcfdc71  yum-cron-0.9.2.tar.gz


Index: yum-cron.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yum-cron/devel/yum-cron.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- yum-cron.spec	14 Oct 2009 13:35:21 -0000	1.17
+++ yum-cron.spec	10 Feb 2010 21:22:09 -0000	1.18
@@ -1,6 +1,6 @@
 Summary: Files needed to run yum updates as a cron job
 Name: yum-cron
-Version: 0.9.1
+Version: 0.9.2
 Release: 1%{?dist}
 URL: http://linux.duke.edu/yum/
 # This is a Red Hat maintained package which is specific to
@@ -10,7 +10,7 @@ Source0: %{name}-%{version}.tar.gz
 License: GPLv2
 Group: System Environment/Base
 BuildArch: noarch
-Requires: yum >= 3.0 vixie-cron crontabs yum-downloadonly mailx policycoreutils findutils
+Requires: yum >= 3.0 vixie-cron crontabs yum-downloadonly findutils
 Requires(post): /sbin/chkconfig
 Requires(post): /sbin/service
 Requires(preun): /sbin/chkconfig
@@ -91,6 +91,12 @@ exit 0
 %config(noreplace) %{_sysconfdir}/sysconfig/yum-cron
 
 %changelog
+* Mon Feb 1 2010 Alec Habig <ahabig at umn.edu> - 0.9.2-1
+- Changed the shebang to refer to bash rather than sh, as bashisms are
+  used so bash should be required (bug 550449)
+- Test for restorecon and mailx as they're used, so systems without them
+  are not forced to install to use this package (removed the
+  dependancies, bug 550447)
 * 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



More information about the scm-commits mailing list