- 4.2.27.
- No longer need arg_max patch.
This commit is contained in:
parent
14e624bd73
commit
5e78a02b75
@ -5,3 +5,4 @@ findutils-4.2.20.tar.gz
|
||||
findutils-4.2.23.tar.gz
|
||||
findutils-4.2.25.tar.gz
|
||||
findutils-4.2.26.tar.gz
|
||||
findutils-4.2.27.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define WITH_SELINUX 1
|
||||
Summary: The GNU versions of find utilities (find and xargs).
|
||||
Name: findutils
|
||||
Version: 4.2.26
|
||||
Version: 4.2.27
|
||||
Release: 1
|
||||
Epoch: 1
|
||||
License: GPL
|
||||
@ -9,7 +9,6 @@ Group: Applications/File
|
||||
Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
||||
Patch1: findutils-no-locate.patch
|
||||
Patch2: findutils-selinux.patch
|
||||
Patch3: findutils-arg_max.patch
|
||||
|
||||
Prereq: /sbin/install-info
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -32,8 +31,6 @@ useful for finding things on your system.
|
||||
%setup -q
|
||||
%patch1 -p1 -b .no-locate
|
||||
%patch2 -p1 -b .selinux
|
||||
%patch3 -p1 -b .arg_max
|
||||
rm xargs/testsuite/xargs.posix/arg_max*.xo
|
||||
|
||||
autoreconf
|
||||
|
||||
@ -87,6 +84,10 @@ rm -rf %{buildroot}
|
||||
%{_infodir}/find.info*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 7 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.27-1
|
||||
- 4.2.27.
|
||||
- No longer need arg_max patch.
|
||||
|
||||
* Mon Nov 21 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.26-1
|
||||
- One further arg_max fix for PPC.
|
||||
- Applied arg_max patch from upstream to fix test suite failures.
|
||||
|
Loading…
Reference in New Issue
Block a user