- Applied patch from Robert Scheck to fix compilation with GCC 4 (bug
#151031).
This commit is contained in:
parent
2b09118d10
commit
459833a109
@ -4,13 +4,14 @@
|
|||||||
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.2.18
|
Version: 4.2.18
|
||||||
Release: 2
|
Release: 3
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
Source0: ftp://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
||||||
Patch1: findutils-no-locate.patch
|
Patch1: findutils-no-locate.patch
|
||||||
Patch2: findutils-regex.patch
|
Patch2: findutils-regex.patch
|
||||||
|
Patch3: findutils-gcc4.patch
|
||||||
Patch4: findutils-selinux.patch
|
Patch4: findutils-selinux.patch
|
||||||
|
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
@ -36,6 +37,7 @@ useful for finding things on your system.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .no-locate
|
%patch1 -p1 -b .no-locate
|
||||||
%patch2 -p1 -b .regex
|
%patch2 -p1 -b .regex
|
||||||
|
%patch3 -p1 -b .gcc4
|
||||||
%if %{WITH_SELINUX}
|
%if %{WITH_SELINUX}
|
||||||
#SELinux
|
#SELinux
|
||||||
%patch4 -p1 -b .selinux
|
%patch4 -p1 -b .selinux
|
||||||
@ -93,6 +95,9 @@ rm -rf %{buildroot}
|
|||||||
%{_infodir}/find.info*
|
%{_infodir}/find.info*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.18-2
|
||||||
- Rebuild for new GCC.
|
- Rebuild for new GCC.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user