diff --git a/scons.changes b/scons.changes index f0437ac..e391923 100644 --- a/scons.changes +++ b/scons.changes @@ -1,11 +1,12 @@ ------------------------------------------------------------------- -Sun Oct 5 14:55:49 UTC 2014 - andreas.stieger@gmx.de +Sun Oct 5 19:02:31 UTC 2014 - andreas.stieger@gmx.de - SCons 2.3.4: * Fixed the interactive mode, in connection with Configure contexts * Fix EnsureSConsVersion warning when running packaged version * Fix D tools for building shared libraries +- for SLE 11 SP3, make package noarch and fix python requirements ------------------------------------------------------------------- Mon Sep 29 12:43:29 UTC 2014 - tchvatal@suse.com diff --git a/scons.spec b/scons.spec index 0b03ba3..9ec7f4a 100644 --- a/scons.spec +++ b/scons.spec @@ -39,8 +39,9 @@ Patch1: %{name}-1.2.0-noenv.patch BuildRequires: fdupes BuildRequires: python-devel >= 2.4 BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} > 1110 BuildArch: noarch +%if 0%{?suse_version} == 1110 +%{py_requires} %endif %description