Fixed 'make check'.
This commit is contained in:
parent
8d0aab418f
commit
1005619949
@ -9,9 +9,10 @@ Epoch: 1
|
||||
License: GPL
|
||||
Group: Applications/File
|
||||
Source0: ftp://alpha.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
||||
Patch8: findutils-no-locate.patch
|
||||
Patch9: findutils-regex.patch
|
||||
Patch10: findutils-selinux.patch
|
||||
Patch1: findutils-no-locate.patch
|
||||
Patch2: findutils-regex.patch
|
||||
Patch3: findutils-testsuite.patch
|
||||
Patch4: findutils-selinux.patch
|
||||
|
||||
Prereq: /sbin/install-info
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -34,11 +35,12 @@ useful for finding things on your system.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch8 -p1 -b .no-locate
|
||||
%patch9 -p1 -b .regex
|
||||
%patch1 -p1 -b .no-locate
|
||||
%patch2 -p1 -b .regex
|
||||
%patch3 -p1 -b .testsuite
|
||||
%if %{WITH_SELINUX}
|
||||
#SELinux
|
||||
%patch10 -p1 -b .selinux
|
||||
%patch4 -p1 -b .selinux
|
||||
%endif
|
||||
|
||||
autoreconf
|
||||
|
Loading…
Reference in New Issue
Block a user