[yum-git] cli.py

James Antill james at linux.duke.edu
Wed Jan 23 06:47:26 UTC 2008


 cli.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ad933006ae4ec35a9f11acbbabe4b3fde84b09aa
Author: James Antill <james at and.org>
Date:   Wed Jan 23 01:47:22 2008 -0500

    After timings and discussion on #yum, drop group and packager

diff --git a/cli.py b/cli.py
index bd0f566..62e433b 100644
--- a/cli.py
+++ b/cli.py
@@ -675,7 +675,7 @@ class YumBaseCli(yum.YumBase, output.YumOutput):
         # and what to search for
         # display the list of matches
             
-        searchlist = ['name', 'summary', 'description', 'packager', 'group', 'url']
+        searchlist = ['name', 'summary', 'description', 'url']
         matching = self.searchGenerator(searchlist, args)
         
         total = 0



More information about the Yum-cvs-commits mailing list