- Applied arg_max patch from upstream to fix test suite failures.
This commit is contained in:
parent
da769d8f85
commit
0c5e18227c
@ -9,6 +9,7 @@ Group: Applications/File
|
|||||||
Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
||||||
Patch1: findutils-no-locate.patch
|
Patch1: findutils-no-locate.patch
|
||||||
Patch2: findutils-selinux.patch
|
Patch2: findutils-selinux.patch
|
||||||
|
Patch3: findutils-arg_max.patch
|
||||||
|
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -31,6 +32,8 @@ useful for finding things on your system.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .no-locate
|
%patch1 -p1 -b .no-locate
|
||||||
%patch2 -p1 -b .selinux
|
%patch2 -p1 -b .selinux
|
||||||
|
%patch3 -p1 -b .arg_max
|
||||||
|
rm xargs/testsuite/xargs.posix/arg_max*.xo
|
||||||
|
|
||||||
autoreconf
|
autoreconf
|
||||||
|
|
||||||
@ -85,6 +88,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Nov 21 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.26-1
|
* Mon Nov 21 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.26-1
|
||||||
|
- Applied arg_max patch from upstream to fix test suite failures.
|
||||||
- 4.2.26 (fixes bug #173817).
|
- 4.2.26 (fixes bug #173817).
|
||||||
|
|
||||||
* Tue Oct 11 2005 Dan Walsh <dwalsh@redhat.com> 1:4.2.25-3
|
* Tue Oct 11 2005 Dan Walsh <dwalsh@redhat.com> 1:4.2.25-3
|
||||||
|
Loading…
Reference in New Issue
Block a user