diff --git a/python-augeas.spec b/python-augeas.spec index 3cb69da..e143c9a 100644 --- a/python-augeas.spec +++ b/python-augeas.spec @@ -3,7 +3,7 @@ Name: python-augeas Version: 0.3.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Python bindings to augeas Group: Development/Languages License: LGPLv2+ @@ -39,9 +39,15 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc COPYING AUTHORS README.txt %{python_sitelib}/augeas.py* +%if 0%{?fedora} >= 9 || 0%{?rhel} >= 6 %{python_sitelib}/*augeas*.egg-info +%endif %changelog +* Fri Feb 18 2011 Harald Hoyer 0.3.0-7 +- only include egg-info, if fedora >=9 or rhel >= 6 +Resolves: rhbz#661452 + * Tue Feb 08 2011 Fedora Release Engineering - 0.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild