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