rpms/yum/devel installonlyn-enable.patch, NONE, 1.1 yum.conf.fedora, 1.16, 1.17

Seth Vidal (skvidal) fedora-extras-commits at redhat.com
Fri Jul 20 19:39:56 UTC 2007


Author: skvidal

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

Modified Files:
	yum.conf.fedora 
Added Files:
	installonlyn-enable.patch 
Log Message:
installonly_limit enabled and set to a default of 2



installonlyn-enable.patch:

--- NEW FILE installonlyn-enable.patch ---
--- 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',
             'kernel-enterprise','kernel-smp', 'kernel-modules', 'kernel-debug',
             'kernel-unsupported', 'kernel-source', 'kernel-devel'])            
-    installonly_limit = IntOption(0)
+    installonly_limit = IntOption(2)
     kernelpkgnames = ListOption(['kernel','kernel-smp', 'kernel-enterprise',
             'kernel-bigmem', 'kernel-BOOT'])
     exactarchlist = ListOption(['kernel', 'kernel-smp', 'glibc',


Index: yum.conf.fedora
===================================================================
RCS file: /cvs/extras/rpms/yum/devel/yum.conf.fedora,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- yum.conf.fedora	25 Apr 2007 15:16:35 -0000	1.16
+++ yum.conf.fedora	20 Jul 2007 19:39:24 -0000	1.17
@@ -8,6 +8,7 @@
 gpgcheck=1
 plugins=1
 metadata_expire=1800
+installonly_limit=2
 
 # PUT YOUR REPOS HERE OR IN separate files named file.repo
 # in /etc/yum.repos.d




More information about the scm-commits mailing list