drop obsolete conditions

This commit is contained in:
Dominik 'Rathann' Mierzejewski 2019-12-17 11:57:53 +01:00
parent 1e481811d6
commit ed65c4fcbd

View File

@ -1,4 +1,4 @@
%if 0%{?fedora} > 28 || 0%{?rhel} >= 8
%if 0%{?fedora} || 0%{?rhel} >= 8
%global py2readelf py2readelf
%global py3readelf pyreadelf
%else
@ -47,9 +47,6 @@ Summary: %{summary}
Requires: python2-construct
%{?python_provide:%python_provide python2-%{name}}
# Remove before F30
%if 0%{?fedora} < 29
Provides: %{name} = %{version}-%{release}
%endif
%description -n python2-%{name} %_description
%endif # with_python2