- Added nofollow patch from upstream.

This commit is contained in:
Tim Waugh 2005-02-14 17:30:31 +00:00
parent 1005619949
commit da48862cec
1 changed files with 6 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Summary: The GNU versions of find utilities (find and xargs).
Name: findutils
Version: 4.2.15
Release: 1
Release: 2
Epoch: 1
License: GPL
Group: Applications/File
@ -13,6 +13,7 @@ Patch1: findutils-no-locate.patch
Patch2: findutils-regex.patch
Patch3: findutils-testsuite.patch
Patch4: findutils-selinux.patch
Patch5: findutils-nofollow.patch
Prereq: /sbin/install-info
Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -42,6 +43,7 @@ useful for finding things on your system.
#SELinux
%patch4 -p1 -b .selinux
%endif
%patch5 -p1 -b .nofollow
autoreconf
@ -95,6 +97,9 @@ rm -rf %{buildroot}
%{_infodir}/find.info*
%changelog
* Mon Feb 14 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.15-2
- Added nofollow patch from upstream.
* Mon Jan 31 2005 Tim Waugh <twaugh@redhat.com> 1:4.2.15-1
- 4.2.15. Lots of patches removed due to upstream merge.