[yum-cvs] yum-utils repoquery.py,1.20,1.20.2.1
Panu Matilainen
pmatilai at login.linux.duke.edu
Thu Aug 25 19:29:29 UTC 2005
Update of /home/groups/yum/cvs/yum-utils
In directory login:/tmp/cvs-serv336
Modified Files:
Tag: yum-2_4_X
repoquery.py
Log Message:
Duh, last minute fix to make repoquery really honor the --show-dupes option.
Index: repoquery.py
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/repoquery.py,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -u -r1.20 -r1.20.2.1
--- repoquery.py 9 Aug 2005 16:50:24 -0000 1.20
+++ repoquery.py 25 Aug 2005 19:29:27 -0000 1.20.2.1
@@ -313,7 +313,7 @@
pkgs = []
notfound = {}
- exact, match, unmatch = yum.packages.parsePackages(self.pkgSack.returnPackages(),
+ exact, match, unmatch = yum.packages.parsePackages(self.returnPkgList(),
items, casematch=1)
pkgs = exact + match
notfound = unmatch
More information about the Yum-cvs-commits
mailing list