forked from pool/findutils
Accepting request 814218 from home:berny:branches:Base:System
- findutils.spec: Avoid conditional Patch definition as this breaks cross-platform building from source RPMs. OBS-URL: https://build.opensuse.org/request/show/814218 OBS-URL: https://build.opensuse.org/package/show/Base:System/findutils?expand=0&rev=84
This commit is contained in:
parent
73c876b995
commit
203dc06d1f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 11 11:54:57 UTC 2020 - Bernhard Voelker <mail@bernhard-voelker.de>
|
||||
|
||||
- findutils.spec: Avoid conditional Patch definition as this breaks
|
||||
cross-platform building from source RPMs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 10 21:01:08 UTC 2020 - Bernhard Voelker <mail@bernhard-voelker.de>
|
||||
|
||||
|
@ -45,11 +45,7 @@ Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{
|
||||
# adds a new option -xautofs to find to not descend into directories on autofs file systems
|
||||
Patch0: findutils-xautofs.patch
|
||||
Patch1: disable-null-ptr-test.patch
|
||||
|
||||
%ifarch ppc ppc64le
|
||||
# Disable gnulib test 'test-float' temporarily as it fails on ppc and ppc64le.
|
||||
Patch2: findutils-gnulib-disable-test-float.patch
|
||||
%endif
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# BuildRequire dejagnu for 'runtest' to execute all tests.
|
||||
@ -83,6 +79,7 @@ useful for finding things on your system.
|
||||
%patch1 -p1
|
||||
|
||||
%ifarch ppc ppc64le
|
||||
# Disable gnulib test 'test-float' temporarily as it fails on ppc and ppc64le.
|
||||
%patch2
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user