14
0
Files
python-bugzilla/python-bugzilla-0.6.2-novell-default.patch
2012-01-31 17:09:24 +00:00

14 lines
457 B
Diff

Index: python-bugzilla-0.6.2/bin/bugzilla
===================================================================
--- python-bugzilla-0.6.2.orig/bin/bugzilla
+++ python-bugzilla-0.6.2/bin/bugzilla
@@ -22,7 +22,7 @@ import xmlrpclib
from tempfile import NamedTemporaryFile
version = '0.6.2'
-default_bz = 'https://bugzilla.redhat.com/xmlrpc.cgi'
+default_bz = 'https://bugzilla.novell.com/xmlrpc.cgi'
# Initial simple logging stuff
logging.basicConfig()