This commit is contained in:
Tim Waugh 2004-10-06 15:28:57 +00:00
parent 8051932697
commit 553a83c982
1 changed files with 7 additions and 4 deletions

View File

@ -4,7 +4,7 @@
Summary: The GNU versions of find utilities (find and xargs).
Name: findutils
Version: 4.1.20
Release: 5
Release: 6
Epoch: 1
License: GPL
Group: Applications/File
@ -19,16 +19,16 @@ Patch6: findutils-size.patch
Patch7: findutils-iregex.patch
Patch8: findutils-no-locate.patch
Patch9: findutils-regex.patch
%if %{WITH_SELINUX}
BuildRequires: libselinux-devel
Patch10: findutils-selinux.patch
%endif
Patch11: findutils-build.patch
Prereq: /sbin/install-info
Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: libtool, automake, autoconf
BuildRequires: dejagnu, gettext-devel, texinfo
%if %{WITH_SELINUX}
BuildRequires: libselinux-devel
%endif
%description
The findutils package contains programs which will help you locate
@ -123,6 +123,9 @@ rm -rf %{buildroot}
%{_infodir}/find.info*
%changelog
* Wed Oct 6 2004 Tim Waugh <twaugh@redhat.com> 1:4.1.20-6
- Fixed bug #126352.
* Tue Oct 5 2004 Tim Waugh <twaugh@redhat.com> 1:4.1.20-5
- Build requires gettext-devel, texinfo (bug #134692).