rpms/yum/devel installonlyn-enable.patch,1.2,1.3

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


Author: skvidal

Update of /cvs/extras/rpms/yum/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28271

Modified Files:
	installonlyn-enable.patch 
Log Message:
fix installonlyn patch



installonlyn-enable.patch:

Index: installonlyn-enable.patch
===================================================================
RCS file: /cvs/extras/rpms/yum/devel/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:12:17 -0000	1.2
+++ installonlyn-enable.patch	5 Oct 2007 16:08:25 -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




More information about the fedora-extras-commits mailing list