add conditional for eln, to shut down build failure automatically evoked so many time...

epel9
Mamoru TASAKA 4 years ago
parent b3a073259d
commit 51737a3001

@ -2,7 +2,7 @@
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 0.16.0 Version: 0.16.0
Release: 10%{?dist} Release: 11%{?dist}
Summary: Contracts for Ruby Summary: Contracts for Ruby
License: BSD License: BSD
@ -45,7 +45,7 @@ gem unpack %{SOURCE0}
%patch2 -p1 %patch2 -p1
%patch3 -p1 %patch3 -p1
%patch4 -p1 %patch4 -p1
%if 0%{?fedora} >= 34 %if 0%{?fedora} >= 34 || 0%{?rhel} >= 9
%patch5 -p1 %patch5 -p1
%endif %endif
@ -95,6 +95,9 @@ popd
%{gem_instdir}/benchmarks/ %{gem_instdir}/benchmarks/
%changelog %changelog
* Sun Feb 28 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.16.0-11
- Add conditional for eln
* Sun Jan 31 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.16.0-10 * Sun Jan 31 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.16.0-10
- Backport some patches from the upstream - Backport some patches from the upstream
- Ruby 3.0: apply the upstream WIP patch for keyword separation - Ruby 3.0: apply the upstream WIP patch for keyword separation

Loading…
Cancel
Save