- only include egg-info, if fedora >=9 or rhel >= 6
Resolves: rhbz#661452
This commit is contained in:
parent
223687999e
commit
fde16d7412
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: python-augeas
|
Name: python-augeas
|
||||||
Version: 0.3.0
|
Version: 0.3.0
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Python bindings to augeas
|
Summary: Python bindings to augeas
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -39,9 +39,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING AUTHORS README.txt
|
%doc COPYING AUTHORS README.txt
|
||||||
%{python_sitelib}/augeas.py*
|
%{python_sitelib}/augeas.py*
|
||||||
|
%if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
|
||||||
%{python_sitelib}/*augeas*.egg-info
|
%{python_sitelib}/*augeas*.egg-info
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 18 2011 Harald Hoyer <harald@redhat.com> 0.3.0-7
|
||||||
|
- only include egg-info, if fedora >=9 or rhel >= 6
|
||||||
|
Resolves: rhbz#661452
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-6
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user