- 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
|
||||
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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user