14
0

Accepting request 43700 from devel:languages:python

checked in (request 43700)

OBS-URL: https://build.opensuse.org/request/show/43700
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=12
This commit is contained in:
OBS User autobuild
2010-07-23 20:31:26 +00:00
committed by Git OBS Bridge
parent f17e29c1d9
commit 3a8580cbc0
3 changed files with 0 additions and 21 deletions

View File

@@ -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 = ''

View File

@@ -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

View File

@@ -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 <wwoods@redhat.com>, 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}"