From b6ebf397bfa940def7fd16cde713ae985c63561db43091f4a89bd3765fb4afb6 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 dc2dcfa8e6f8dd428d0c21472077bedb00d9a9c110de41fe508769e0a1ac2df4 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