diff --git a/python-rpmfluff.spec b/python-rpmfluff.spec index 7edf077..55edc38 100644 --- a/python-rpmfluff.spec +++ b/python-rpmfluff.spec @@ -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 - 0.3-6 +- Fix spec to build on RHEL4 + * Fri Feb 12 2010 Jan Hutar - 0.3-5 - Now version is in the separate file