[yum-cvs] yum/repomd packageSack.py,1.21,1.22

Gijs Hollestelle gijs at login.linux.duke.edu
Tue Mar 8 11:02:29 UTC 2005


Update of /home/groups/yum/cvs/yum/repomd
In directory login:/tmp/cvs-serv23284

Modified Files:
	packageSack.py 
Log Message:
Fixed a typo in excludeArch(e)s that caused yum to fail when sqlite was
not available.



Index: packageSack.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/repomd/packageSack.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- packageSack.py	4 Mar 2005 18:29:35 -0000	1.21
+++ packageSack.py	8 Mar 2005 11:02:27 -0000	1.22
@@ -296,7 +296,7 @@
         for pkg in self.returnPackages():
             print pkg.returnNevraPrintable()
 
-    def excludeArches(self, archlist):
+    def excludeArchs(self, archlist):
         """exclude incompatible arches. archlist is a list of compatible arches"""
         
         for pkg in self.returnPackages():




More information about the Yum-cvs-commits mailing list