From 9de548a1c2cfd2538ebd254d8e38eb29fcf080b1 Mon Sep 17 00:00:00 2001 From: Daniel Novotny Date: Tue, 24 Nov 2009 14:10:00 +0000 Subject: [PATCH] BR:automake --- file.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/file.spec b/file.spec index 74da91e..f47b2c4 100644 --- a/file.spec +++ b/file.spec @@ -5,7 +5,7 @@ Summary: A utility for determining file types Name: file Version: 5.03 -Release: 13%{?dist} +Release: 14%{?dist} License: BSD Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -25,6 +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 %description The file command is used to identify a particular file according to the @@ -158,6 +159,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Nov 24 2009 Daniel Novotny 5.03-14 +- BuildRequires: automake because of the Makefile.am patch + * Fri Nov 13 2009 Daniel Novotny 5.03-13 - fix #537324 - update spec conditional for rhel