[yum-cvs] yum/yum depsolve.py,1.56,1.57

Seth Vidal skvidal at login.linux.duke.edu
Wed Mar 2 04:31:32 UTC 2005


Update of /home/groups/yum/cvs/yum/yum
In directory login:/tmp/cvs-serv16723/yum

Modified Files:
	depsolve.py 
Log Message:

file:// repos work again. By collapsing and remaking the po we lose
localpath which is used if we have file:// repos. Whoops. :)


Index: depsolve.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/depsolve.py,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- depsolve.py	14 Feb 2005 06:00:20 -0000	1.56
+++ depsolve.py	2 Mar 2005 04:31:30 -0000	1.57
@@ -130,7 +130,7 @@
             if txmbr.ts_state in ['u', 'i']:
                 if (txmbr.pkgtup, 'i') in ts_elem:
                     continue
-                po = self.getPackageObject(txmbr.pkgtup)
+                po = txmbr.po
                 self.downloadHeader(po)
                 hdr = po.returnLocalHeader()
                 rpmfile = po.localPkg()




More information about the Yum-cvs-commits mailing list