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

David Shea dshea at redhat.com
Fri Mar 28 15:56:24 UTC 2014


On 03/28/2014 11:42 AM, Chris Lumens wrote:
> ---
>   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
>   

Ack.


More information about the anaconda-patches mailing list