diff --git a/file.spec b/file.spec index f47b2c4..6869591 100644 --- a/file.spec +++ b/file.spec @@ -5,7 +5,7 @@ Summary: A utility for determining file types Name: file Version: 5.03 -Release: 14%{?dist} +Release: 15%{?dist} License: BSD Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -25,7 +25,7 @@ Patch10: file-5.03-delta.patch Requires: file-libs = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel -BuildRequires: automake +BuildRequires: autoconf, automake %description The file command is used to identify a particular file according to the @@ -159,6 +159,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Nov 24 2009 Daniel Novotny 5.03-15 +- BuildRequires: autoconf, automake + * Tue Nov 24 2009 Daniel Novotny 5.03-14 - BuildRequires: automake because of the Makefile.am patch