Add corresponding RHEL version check to spec.
This commit is contained in:
parent
e434cf4876
commit
51f03b32e4
@ -45,7 +45,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc Authors Changelog COPYING GPL ToDo doc/README
|
||||
# For noarch packages: sitelib
|
||||
%{python_sitelib}/pypungi
|
||||
%if 0%{?fedora} >= 9
|
||||
%if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
|
||||
%{python_sitelib}/%{name}-%{version}-py?.?.egg-info
|
||||
%endif
|
||||
%{_bindir}/pungi
|
||||
|
Loading…
Reference in New Issue
Block a user