- Better xargs ARG_SIZE handling (bug #135129).

This commit is contained in:
Tim Waugh 2004-10-19 11:32:57 +00:00
parent 5dea2c2bd8
commit afb0cb07da
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Summary: The GNU versions of find utilities (find and xargs).
Name: findutils
Version: 4.1.20
Release: 6
Release: 7
Epoch: 1
License: GPL
Group: Applications/File
@ -21,6 +21,7 @@ Patch8: findutils-no-locate.patch
Patch9: findutils-regex.patch
Patch10: findutils-selinux.patch
Patch11: findutils-build.patch
Patch12: findutils-arg-size.patch
Prereq: /sbin/install-info
Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -58,6 +59,7 @@ useful for finding things on your system.
%patch10 -p1 -b .selinux
%endif
%patch11 -p1 -b .build
%patch12 -p1 -b .arg-size
rm -f config.guess config.sub
libtoolize --force
@ -123,6 +125,9 @@ rm -rf %{buildroot}
%{_infodir}/find.info*
%changelog
* Tue Oct 19 2004 Tim Waugh <twaugh@redhat.com> 1:4.1.20-7
- Better xargs ARG_SIZE handling (bug #135129).
* Fri Oct 15 2004 Tim Waugh <twaugh@redhat.com>
- Fixed d_type patch for underquoted m4 macro.