From 5942e735579d7f69add45aa33b6435e948b4a9677f80639e04d374b304077789 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 3 Jan 2013 17:33:43 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=22 --- python-bugzilla.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-bugzilla.spec b/python-bugzilla.spec index db0c060..ceadb81 100644 --- a/python-bugzilla.spec +++ b/python-bugzilla.spec @@ -33,8 +33,10 @@ Patch1: %{name}-0.6.2-backtraces.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 BuildArch: noarch %{py_requires} +%endif %description This is a python module that provides a nice, python-ish interface to Bugzilla From 4c2b7e0f0b570b2d75c10905e01a196cc4509413c0512951880697f5572ae1dd Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 3 Jan 2013 17:34:06 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=23 --- python-bugzilla.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-bugzilla.changes b/python-bugzilla.changes index 3236a51..e3da800 100644 --- a/python-bugzilla.changes +++ b/python-bugzilla.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 3 17:33:50 UTC 2013 - toddrme2178@gmail.com + +- Fix building on SLES 11 + ------------------------------------------------------------------- Tue Jan 31 17:07:33 UTC 2012 - jmatejek@suse.com From d5ebce50190f4337b4a715ae7ce2717476d690eb95e86bd28f325a27a0ebc587 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 3 Jan 2013 17:38:22 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=24 --- python-bugzilla.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-bugzilla.spec b/python-bugzilla.spec index ceadb81..b83a2bf 100644 --- a/python-bugzilla.spec +++ b/python-bugzilla.spec @@ -33,8 +33,9 @@ Patch1: %{name}-0.6.2-backtraces.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%if 0%{?suse_version} && 0%{?suse_version} > 1110 BuildArch: noarch +%else %{py_requires} %endif