[yum-cvs] yum cli.py,1.238,1.239
Jeremy Katz
katzj at linux.duke.edu
Mon Sep 11 21:01:15 UTC 2006
Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv19334
Modified Files:
cli.py
Log Message:
fix whatprovides based on a patch from Tim Lauridsen (rh#205924)
Index: cli.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/cli.py,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- cli.py 8 Sep 2006 13:32:51 -0000 1.238
+++ cli.py 11 Sep 2006 21:01:13 -0000 1.239
@@ -1131,7 +1131,7 @@
if total == 0:
return 0, ['No Matches found']
- return 0, []
+ return 0, matching
def deplist(self, args=None):
"""cli wrapper method for findDeps method takes a list of packages and
More information about the Yum-cvs-commits
mailing list