[yum-commits] repoclosure.py

James Antill james at osuosl.org
Thu Aug 13 02:21:58 UTC 2009


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

New commits:
commit 1a20407f97738bf011a56cd33ea8927628cec09c
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Wed Aug 12 22:18:00 2009 -0400

    If epoch is none we still want to use version in repoclosure.

diff --git a/repoclosure.py b/repoclosure.py
index 54e233b..807965a 100755
--- a/repoclosure.py
+++ b/repoclosure.py
@@ -87,7 +87,7 @@ class RepoClosure(yum.YumBase):
         if v is None:
             return None
     
-        val = ''
+        val = v
         if e is not None:
             val = '%s:%s' % (e, v)
     


More information about the Yum-commits mailing list