From 4aa889802181f617ad5447ccd1f2093263965890ac72cc162b04fe3c94dfab5a Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 2 Jan 2013 18:02:01 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=34 --- python-SQLAlchemy.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index da50cf5..8478968 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 2 18:01:09 UTC 2013 - toddrme2178@gmail.com + +- Fix building on SLES + ------------------------------------------------------------------- Wed Dec 19 15:48:13 UTC 2012 - saschpe@suse.de From 0b37b845d19ec7a0cdc7baeddb60dbaf10aa8012eaa851c39c133bc948bf416d Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 2 Jan 2013 18:02:50 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=35 --- python-SQLAlchemy.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 68ad5f0..6415d43 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -46,8 +46,10 @@ domain. %package doc Summary: Documentation for python-SQLAlchemy Group: Documentation/Other -BuildArch: noarch Requires: %{name} = %{version} +%if 0%{?suse_version} && 0%{?suse_version} > 1110 +BuildArch: noarch +%endif %description doc This package contains HTML documentation, including tutorials and API