extras-repoclosure rc-modified,1.28,1.29

Michael Schwendt mschwendt at fedoraproject.org
Mon Aug 10 18:13:26 UTC 2009


Author: mschwendt

Update of /cvs/fedora/extras-repoclosure
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11032

Modified Files:
	rc-modified 
Log Message:
openSUSE repo metadata contains dependency rpm:entry tags without an epoch attribute, so we need to assume either no Epoch or Epoch 0 - and for that the 'else' is missing here


Index: rc-modified
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-modified,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- rc-modified	10 Jul 2009 18:01:26 -0000	1.28
+++ rc-modified	10 Aug 2009 18:13:25 -0000	1.29
@@ -94,6 +94,8 @@
         val = ''
         if e is not None:
             val = '%s:%s' % (e, v)
+        else:
+            val = '%s' % v
     
         if r is not None:
             val = '%s-%s' % (val, r)




More information about the fedora-extras-commits mailing list