[koji PATCH] fix format when printing rpms without buildroot

Dan HorĂ¡k dan at danny.cz
Mon Jul 22 09:58:37 UTC 2013


---
 util/koji-shadow | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/koji-shadow b/util/koji-shadow
index 25492d5..da7b247 100755
--- a/util/koji-shadow
+++ b/util/koji-shadow
@@ -473,7 +473,7 @@ class TrackedBuild(object):
         if brs and bad:
             print "Warning: some rpms for %s lacked buildroots:" % self.nvr
             for rinfo in bad:
-                print "    %(name)-%(version)-%(release).%(arch)" % rinfo
+                print "    %(name)s-%(version)s-%(release)s.%(arch)s" % rinfo
         return brs.keys()
 
     def getDeps(self):
-- 
1.8.1.4



More information about the buildsys mailing list