From 5ee77485867689f873561e00a09e4ac87e7d162e5e5f97e3f79c1254643afa72 Mon Sep 17 00:00:00 2001 From: Todd R Date: Tue, 14 Jul 2015 07:45:22 +0000 Subject: [PATCH] Accepting request 316561 from home:TheBlackCat:branches:devel:languages:python Fix building on SLES 11 OBS-URL: https://build.opensuse.org/request/show/316561 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=10 --- python-rope.changes | 5 +++++ python-rope.spec | 2 ++ 2 files changed, 7 insertions(+) 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.