diff --git a/findutils.changes b/findutils.changes index cb5803b..17de3f4 100644 --- a/findutils.changes +++ b/findutils.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 11 11:54:57 UTC 2020 - Bernhard Voelker + +- 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 diff --git a/findutils.spec b/findutils.spec index 3d9c73b..a598d86 100644 --- a/findutils.spec +++ b/findutils.spec @@ -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