From 00f668b218ac25521b7ea6bf899ff75a6f66d8cb Mon Sep 17 00:00:00 2001 From: Daniel Novotny Date: Fri, 13 Nov 2009 09:58:58 +0000 Subject: [PATCH] fix #537324 - update spec conditional for rhel --- file.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/file.spec b/file.spec index deb0bd1..74da91e 100644 --- a/file.spec +++ b/file.spec @@ -5,7 +5,7 @@ Summary: A utility for determining file types Name: file Version: 5.03 -Release: 12%{?dist} +Release: 13%{?dist} License: BSD Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -153,11 +153,14 @@ rm -rf $RPM_BUILD_ROOT %defattr(-, root, root, -) %doc python/README COPYING python/example.py %{python_sitearch}/magic.so -%if 0%{?fedora} >= 9 +%if 0%{?fedora} >= 9 || 0%{?rhel} >= 6 %{python_sitearch}/*egg-info %endif %changelog +* Fri Nov 13 2009 Daniel Novotny 5.03-13 +- fix #537324 - update spec conditional for rhel + * Thu Nov 05 2009 Daniel Novotny 5.03-12 - fix #533151 - file command doesn't recognize deltaisos or rpm-only deltarpms