Accepting request 254055 from home:AndreasStieger:branches:devel:tools:building
fix SLE 11 SP3 python reqs for serf OBS-URL: https://build.opensuse.org/request/show/254055 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=32
This commit is contained in:
parent
1d242ed0bf
commit
a97fbb8a94
@ -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:
|
- SCons 2.3.4:
|
||||||
* Fixed the interactive mode, in connection with Configure
|
* Fixed the interactive mode, in connection with Configure
|
||||||
contexts
|
contexts
|
||||||
* Fix EnsureSConsVersion warning when running packaged version
|
* Fix EnsureSConsVersion warning when running packaged version
|
||||||
* Fix D tools for building shared libraries
|
* 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
|
Mon Sep 29 12:43:29 UTC 2014 - tchvatal@suse.com
|
||||||
|
@ -39,8 +39,9 @@ Patch1: %{name}-1.2.0-noenv.patch
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-devel >= 2.4
|
BuildRequires: python-devel >= 2.4
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} > 1110
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
%if 0%{?suse_version} == 1110
|
||||||
|
%{py_requires}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user