diff --git a/python-bugzilla-0.5-recognize-novell.patch b/python-bugzilla-0.5-recognize-novell.patch deleted file mode 100644 index 773a37c..0000000 --- a/python-bugzilla-0.5-recognize-novell.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: python-bugzilla-0.5/bugzilla/__init__.py -=================================================================== ---- python-bugzilla-0.5.orig/bugzilla/__init__.py -+++ python-bugzilla-0.5/bugzilla/__init__.py -@@ -22,6 +22,9 @@ classlist = ['Bugzilla3', 'Bugzilla32', - - def getBugzillaClassForURL(url): - log.debug("Choosing subclass for %s" % url) -+ if url.startswith('https://bugzilla.novell.com'): -+ return NovellBugzilla -+ - s = xmlrpclib.ServerProxy(url) - rhbz = False - bzversion = '' diff --git a/python-bugzilla.changes b/python-bugzilla.changes index 470250a..566eed5 100644 --- a/python-bugzilla.changes +++ b/python-bugzilla.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Thu Jun 17 15:55:51 CEST 2010 - matejcik@suse.cz - -- recognize Novell bugzilla in default constructor - ------------------------------------------------------------------- Wed Aug 26 09:18:54 UTC 2009 - mvyskocil@suse.cz diff --git a/python-bugzilla.spec b/python-bugzilla.spec index 0859746..8c5b374 100644 --- a/python-bugzilla.spec +++ b/python-bugzilla.spec @@ -31,7 +31,6 @@ Source: https://fedorahosted.org/releases/p/y/python-bugzilla/%{name}-%{ Patch0: 0001-Use-LWPCookieJar-by-default.patch Patch1: 0002-NovellBugzilla-implementation.patch Patch2: 0003-obfuscated-password-support.patch -Patch3: python-bugzilla-0.5-recognize-novell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel %{py_requires} @@ -57,7 +56,6 @@ Will Woods , Oct 16 2008 %patch0 -p1 -b .use-lwpcookiejar-by-default %patch1 -p1 -b .novellbugzilla-implementation %patch2 -p1 -b .obfuscated-password -%patch3 -p1 %build export CFLAGS="%{optflags}"