SHA256
1
0
forked from pool/coreutils

- Run ./pre_checkin.sh to update "coreutils-testsuite.spec".

OBS-URL: https://build.opensuse.org/package/show/Base:System/coreutils?expand=0&rev=251
This commit is contained in:
Bernhard Voelker 2015-03-26 13:47:15 +00:00 committed by Git OBS Bridge
parent 48dc4d694e
commit b9f0df4c01
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 26 13:06:58 UTC 2015 - rguenther@suse.com
- For openSUSE > 13.2 drop coreutils-build-timeout-as-pie.patch and
instead add a BuildRequire for gcc-PIE.
-------------------------------------------------------------------
Thu Feb 5 06:58:52 UTC 2015 - mail@bernhard-voelker.de

View File

@ -42,6 +42,9 @@ BuildRequires: libselinux-devel
BuildRequires: makeinfo
BuildRequires: perl
BuildRequires: xz
%if %{suse_version} > 1320
BuildRequires: gcc-PIE
%endif
%if "%{name}" == "coreutils-testsuite"
BuildRequires: acl
BuildRequires: gdb
@ -174,7 +177,9 @@ the GNU fileutils, sh-utils, and textutils packages.
%patch8
%patch16
#
%if %{suse_version} <= 1320
%patch100
%endif
%patch111
%patch112
%patch113