[PATCH] Update makebumpver for the newer python-bugzilla on rawhide.

Chris Lumens clumens at redhat.com
Fri Mar 28 15:42:04 UTC 2014


---
 scripts/makebumpver | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/makebumpver b/scripts/makebumpver
index 381d339..8367da4 100755
--- a/scripts/makebumpver
+++ b/scripts/makebumpver
@@ -142,7 +142,7 @@ class MakeBumpVer:
             if not self.password:
                 self.password = getpass.getpass()
 
-            bzclass = bugzilla.getBugzillaClassForURL(self.bzurl)
+            bzclass = bugzilla.getBugzillaClassForURL(self.bzurl, True)
             self.bz = bzclass(url=self.bzurl)
             print
 
-- 
1.8.3.1



More information about the anaconda-patches mailing list