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