[yum-cvs] /yum-utils yumdownloader.py,1.16,1.17

Tim Lauridsen timlau at linux.duke.edu
Thu Jan 25 18:31:17 UTC 2007


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

Modified Files:
	yumdownloader.py 
Log Message:
Fix traceback in yumdownloader using --resolve because rpmdb was not initialized.

Index: yumdownloader.py
===================================================================
RCS file: /home/groups/yum/cvs//yum-utils/yumdownloader.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- yumdownloader.py	3 Nov 2006 13:37:24 -0000	1.16
+++ yumdownloader.py	25 Jan 2007 18:31:15 -0000	1.17
@@ -89,7 +89,8 @@
         # enable the ones we like
         for repo in myrepos:
             repo.enable()
-    
+
+    my.doRpmDBSetup()
     my.doRepoSetup()
     archlist = None
     if opts.source:




More information about the Yum-cvs-commits mailing list