From 51737a3001edadddd107ee0f7104eef6a0f09f52 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Sun, 28 Feb 2021 17:10:25 +0900 Subject: [PATCH] add conditional for eln, to shut down build failure automatically evoked so many time... --- rubygem-contracts.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-contracts.spec b/rubygem-contracts.spec index b2da14d..405a2af 100644 --- a/rubygem-contracts.spec +++ b/rubygem-contracts.spec @@ -2,7 +2,7 @@ Name: rubygem-%{gem_name} Version: 0.16.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Contracts for Ruby License: BSD @@ -45,7 +45,7 @@ gem unpack %{SOURCE0} %patch2 -p1 %patch3 -p1 %patch4 -p1 -%if 0%{?fedora} >= 34 +%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9 %patch5 -p1 %endif @@ -95,6 +95,9 @@ popd %{gem_instdir}/benchmarks/ %changelog +* Sun Feb 28 2021 Mamoru TASAKA - 0.16.0-11 +- Add conditional for eln + * Sun Jan 31 2021 Mamoru TASAKA - 0.16.0-10 - Backport some patches from the upstream - Ruby 3.0: apply the upstream WIP patch for keyword separation