remove el6 conditionals
EL-6 ended support in November, 2020. Drop the remaining conditional checks which reference it.
This commit is contained in:
parent
70d458cc2d
commit
ef9b17fa0b
@ -15,11 +15,6 @@ Source0: https://github.com/asciidoctor/asciidoctor/archive/%{gittag}/%{gem_name
|
||||
Requires: ruby(release)
|
||||
BuildRequires: ruby(release)
|
||||
%endif
|
||||
%if 0%{?el6}
|
||||
Requires: ruby(rubygems)
|
||||
Requires: ruby(abi) = 1.8
|
||||
BuildRequires: ruby(abi) = 1.8
|
||||
%endif
|
||||
BuildRequires: rubygems-devel
|
||||
BuildRequires: ruby(rubygems)
|
||||
%if 0%{?rhel}
|
||||
@ -37,7 +32,7 @@ BuildRequires: rubygem(tilt)
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
Provides: asciidoctor = %{version}
|
||||
%if 0%{?el6} || 0%{?el7}
|
||||
%if 0%{?el7}
|
||||
Provides: rubygem(%{gem_name}) = %{version}
|
||||
%endif
|
||||
|
||||
@ -128,6 +123,7 @@ cp -a .%{gem_instdir}/man/*.1 \
|
||||
* Tue Apr 27 2021 Todd Zullinger <tmz@pobox.com> - 2.0.15-1
|
||||
- update to asciidoctor 2.0.15
|
||||
Resolves: rhbz#1954314
|
||||
- remove el6 conditionals
|
||||
|
||||
* Mon Apr 19 2021 Todd Zullinger <tmz@pobox.com> - 2.0.14-1
|
||||
- Update to asciidoctor 2.0.14
|
||||
|
Loading…
Reference in New Issue
Block a user