diff --git a/findutils.spec b/findutils.spec index bfebd69..29b6814 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.1.20 -Release: 4 +Release: 5 Epoch: 1 License: GPL Group: Applications/File @@ -28,7 +28,7 @@ Patch11: findutils-build.patch Prereq: /sbin/install-info Buildroot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libtool, automake, autoconf -BuildRequires: dejagnu +BuildRequires: dejagnu, gettext-devel, texinfo %description The findutils package contains programs which will help you locate @@ -123,6 +123,9 @@ rm -rf %{buildroot} %{_infodir}/find.info* %changelog +* Tue Oct 5 2004 Tim Waugh 1:4.1.20-5 +- Build requires gettext-devel, texinfo (bug #134692). + * Thu Sep 30 2004 Tim Waugh 1:4.1.20-4 - Set re->translate before re_compile_pattern (bug #134190).