From afb0cb07da20961450d1caca03f547c5ed6111d4 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Oct 19 2004 11:32:57 +0000 Subject: - Better xargs ARG_SIZE handling (bug #135129). --- diff --git a/findutils.spec b/findutils.spec index a0d432a..7f0d67b 100644 --- a/findutils.spec +++ b/findutils.spec @@ -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 1:4.1.20-7 +- Better xargs ARG_SIZE handling (bug #135129). + * Fri Oct 15 2004 Tim Waugh - Fixed d_type patch for underquoted m4 macro.