From 0c2a120e1cf0265e159cb25455dcaee32444ba51 Mon Sep 17 00:00:00 2001 From: Tomas Smetana Date: Tue, 3 Jun 2008 07:56:36 +0000 Subject: [PATCH] - rebuild because of egg-info --- file.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/file.spec b/file.spec index 89d62d8..0621f0d 100644 --- a/file.spec +++ b/file.spec @@ -5,7 +5,7 @@ Summary: A utility for determining file types Name: file Version: 4.24 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -158,10 +158,13 @@ rm -rf $RPM_BUILD_ROOT %doc python/README COPYING python/example.py %{python_sitearch}/magic.so %if 0%{?fedora} >= 9 -#%{python_sitearch}/*egg-info +%{python_sitearch}/*egg-info %endif %changelog +* Tue Jun 03 2008 Tomas Smetana - 4.24-2 +- rebuild because of egg-info + * Tue Jun 03 2008 Tomas Smetana - 4.24-1 - new upstream version