- Applied patch from Robert Scheck to fix compilation with GCC 4 (bug

#151031).
This commit is contained in:
Tim Waugh 2005-03-14 10:58:01 +00:00
parent 2b09118d10
commit 459833a109
1 changed files with 6 additions and 1 deletions

View File

@ -4,13 +4,14 @@
Summary: The GNU versions of find utilities (find and xargs).
Name: findutils
Version: 4.2.18
Release: 2
Release: 3
Epoch: 1
License: GPL
Group: Applications/File
Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
Patch1: findutils-no-locate.patch
Patch2: findutils-regex.patch
Patch3: findutils-gcc4.patch
Patch4: findutils-selinux.patch
Prereq: /sbin/install-info
@ -36,6 +37,7 @@ useful for finding things on your system.
%setup -q
%patch1 -p1 -b .no-locate
%patch2 -p1 -b .regex
%patch3 -p1 -b .gcc4
%if %{WITH_SELINUX}
#SELinux
%patch4 -p1 -b .selinux
@ -93,6 +95,9 @@ rm -rf %{buildroot}
%{_infodir}/find.info*
%changelog
* Mon Mar 14 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.18-3
- Applied patch from Robert Scheck to fix compilation with GCC 4 (bug #151031).
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.18-2
- Rebuild for new GCC.