diff --git a/python-rope.changes b/python-rope.changes index e90547b..d959a6f 100644 --- a/python-rope.changes +++ b/python-rope.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 13 13:12:38 UTC 2015 - toddrme2178@gmail.com + +- Fix building on SLES 11 + ------------------------------------------------------------------- Wed Feb 18 17:05:54 UTC 2015 - jmatejek@suse.com diff --git a/python-rope.spec b/python-rope.spec index c2f4558..e06cf07 100644 --- a/python-rope.spec +++ b/python-rope.spec @@ -27,7 +27,9 @@ Source: http://pypi.python.org/packages/source/r/rope/rope-%{version}.ta Patch0: CVE-2014-3539-disable-doa.patch BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} && 0%{?suse_version} > 1110 BuildArch: noarch +%endif %description Rope is a python refactoring library.