rpms/file/F-12 file.spec,1.106,1.107

Daniel Novotny dnovotny at fedoraproject.org
Fri Nov 13 10:21:33 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/file/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv795

Modified Files:
	file.spec 
Log Message:
fix #537324 -  update spec conditional for rhel



Index: file.spec
===================================================================
RCS file: /cvs/extras/rpms/file/F-12/file.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -p -r1.106 -r1.107
--- file.spec	25 Aug 2009 11:11:05 -0000	1.106
+++ file.spec	13 Nov 2009 10:21:33 -0000	1.107
@@ -5,7 +5,7 @@
 Summary: A utility for determining file types
 Name: file
 Version: 5.03
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: BSD
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -141,11 +141,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 <dnovotny at redhat.com> 5.03-10
+- fix #537324 -  update spec conditional for rhel
+
 * Tue Aug 25 2009 Daniel Novotny <dnovotny at redhat.com> 5.03-9
 - fix #515767 -  multilib: file /usr/share/misc/magic.mgc conflicts
 




More information about the scm-commits mailing list