rpms/yum/F-7 installonlyn-enable.patch, 1.2, 1.3 sources, 1.62, 1.63 yum.spec, 1.165, 1.166

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Fri Oct 5 16:13:52 UTC 2007


Author: skvidal

Update of /cvs/extras/rpms/yum/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28604

Modified Files:
	installonlyn-enable.patch sources yum.spec 
Log Message:
3.2.6 - fixes installonlyn patch, too



installonlyn-enable.patch:

Index: installonlyn-enable.patch
===================================================================
RCS file: /cvs/extras/rpms/yum/F-7/installonlyn-enable.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- installonlyn-enable.patch	2 Aug 2007 00:10:39 -0000	1.2
+++ installonlyn-enable.patch	5 Oct 2007 16:13:49 -0000	1.3
@@ -1,13 +1,13 @@
---- yum/config.py~	2007-07-20 15:26:14.000000000 -0400
-+++ yum/config.py	2007-07-20 15:26:14.000000000 -0400
-@@ -490,7 +490,7 @@
-     installonlypkgs = ListOption(['kernel', 'kernel-bigmem',
+--- yum/config.py~  2007-10-05 12:05:41.000000000 -0400
++++ yum/config.py   2007-10-05 12:05:41.000000000 -0400
+@@ -497,7 +497,7 @@
              'kernel-enterprise','kernel-smp', 'kernel-modules', 'kernel-debug',
-             'kernel-unsupported', 'kernel-source', 'kernel-devel'])            
+             'kernel-unsupported', 'kernel-source', 'kernel-devel', 'kernel-PAE',
+             'kernel-PAE-debug'])
 -    installonly_limit = IntOption(0)
 +    installonly_limit = IntOption(2)
      kernelpkgnames = ListOption(['kernel','kernel-smp', 'kernel-enterprise',
-             'kernel-bigmem', 'kernel-BOOT'])
+             'kernel-bigmem', 'kernel-BOOT', 'kernel-PAE', 'kernel-PAE-debug'])
      exactarchlist = ListOption(['kernel', 'kernel-smp', 'glibc',
 --- docs/yum.conf.5~	2007-07-19 16:37:47.000000000 -0400
 +++ docs/yum.conf.5	2007-08-01 19:54:51.000000000 -0400


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/yum/F-7/sources,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- sources	10 Sep 2007 16:21:50 -0000	1.62
+++ sources	5 Oct 2007 16:13:49 -0000	1.63
@@ -1,2 +1,2 @@
-f88b40b3d4429e1a05a2e7f319f096c8  yum-3.2.4.tar.gz
 f0899caf538ed864234cafbc77d211c1  yum-3.2.5.tar.gz
+c5c09c8ff59ca9bc48ef9ae4ae205a78  yum-3.2.6.tar.gz


Index: yum.spec
===================================================================
RCS file: /cvs/extras/rpms/yum/F-7/yum.spec,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- yum.spec	10 Sep 2007 16:21:50 -0000	1.165
+++ yum.spec	5 Oct 2007 16:13:49 -0000	1.166
@@ -2,7 +2,7 @@
 
 Summary: RPM installer/updater
 Name: yum
-Version: 3.2.5
+Version: 3.2.6
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
@@ -110,6 +110,9 @@
 
 
 %changelog
+* Fri Oct  5 2007 Seth Vidal <skvidal at fedoraproject.org> 3.2.6-1
+- 3.2.6
+
 * Mon Sep 10 2007 Seth Vidal <skvidal at fedoraproject.org> - 3.2.5-1
 - 3.2.5
 - prune unnecessary patches




More information about the fedora-extras-commits mailing list