[yum-cvs] yum cli.py,1.224,1.225

Seth Vidal skvidal at linux.duke.edu
Sat Aug 19 20:19:14 UTC 2006


Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv8770

Modified Files:
	cli.py 
Log Message:

purge out getHdrList()


Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- cli.py	19 Aug 2006 19:42:46 -0000	1.224
+++ cli.py	19 Aug 2006 20:19:12 -0000	1.225
@@ -928,8 +928,7 @@
         
         self.doRpmDBSetup()
         installed = []
-        for hdr in self.rpmdb.getHdrList():
-            po = YumInstalledPackage(hdr)
+        for po in self.rpmdb:
             installed.append(po)
         
         if len(userlist) > 0: # if it ain't well, that'd be real _bad_ :)




More information about the Yum-cvs-commits mailing list