rpms/python-rpmfluff/EL-5 python-rpmfluff.spec,1.1,1.2

Jan Hutař jhutar at fedoraproject.org
Sun Jul 11 06:50:46 UTC 2010


Author: jhutar

Update of /cvs/pkgs/rpms/python-rpmfluff/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24219

Modified Files:
	python-rpmfluff.spec 
Log Message:
Fix spec to build on RHEL5


Index: python-rpmfluff.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-rpmfluff/EL-5/python-rpmfluff.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-rpmfluff.spec	14 Mar 2010 09:37:45 -0000	1.1
+++ python-rpmfluff.spec	11 Jul 2010 06:50:46 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:          python-rpmfluff
 Version:       0.3
-Release:       5%{?dist}
+Release:       6%{?dist}
 Summary:       Lightweight way of building RPMs, and sabotaging them
 License:       GPLv2
 Group:         Development/Tools
@@ -48,10 +48,13 @@ rm -rf $RPM_BUILD_ROOT
 %doc README
 %doc LICENSE
 %{python_sitelib}/rpmfluff.py*
-%{python_sitelib}/rpmfluff*.egg-info
+#%{python_sitelib}/rpmfluff*.egg-info
 
 
 %changelog
+* Sun Jul 11 2010 Jan Hutar <jhutar at redhat.com> - 0.3-6
+- Fix spec to build on RHEL5
+
 * Fri Feb 12 2010 Jan Hutar <jhutar at redhat.com> - 0.3-5
 - Now version is in the separate file
 



More information about the scm-commits mailing list