diff --git a/findutils.spec b/findutils.spec index 723fd46..39c20ce 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.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 1:4.2.15-2 +- Added nofollow patch from upstream. + * Mon Jan 31 2005 Tim Waugh 1:4.2.15-1 - 4.2.15. Lots of patches removed due to upstream merge.