From 0c5e18227c910ca9ea9e640cbdf448c8c9c9b402 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 23 Nov 2005 10:17:41 +0000 Subject: [PATCH] - Applied arg_max patch from upstream to fix test suite failures. --- findutils.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/findutils.spec b/findutils.spec index 60bc8d9..37eb7ea 100644 --- a/findutils.spec +++ b/findutils.spec @@ -9,6 +9,7 @@ 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 @@ -31,6 +32,8 @@ 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 @@ -85,6 +88,7 @@ rm -rf %{buildroot} %changelog * Mon Nov 21 2005 Tim Waugh 1:4.2.26-1 +- Applied arg_max patch from upstream to fix test suite failures. - 4.2.26 (fixes bug #173817). * Tue Oct 11 2005 Dan Walsh 1:4.2.25-3