From c199822c73a417a125d4021e2283cf70bc5ac2a8 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 14 Apr 2022 09:07:57 -0700 Subject: [PATCH] Enable bootstrap option for epel9 --- rubygem-cucumber-wire.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/rubygem-cucumber-wire.spec b/rubygem-cucumber-wire.spec index 7612767..9fb4acd 100644 --- a/rubygem-cucumber-wire.spec +++ b/rubygem-cucumber-wire.spec @@ -1,11 +1,12 @@ # Generated from cucumber-wire-0.0.1.gem by gem2rpm -*- rpm-spec -*- %global gem_name cucumber-wire -%bcond_with bootstrap +# When we are bootstrapping, we drop some dependencies, and/or build time tests. +%global bootstrap 0 Name: rubygem-%{gem_name} Version: 6.2.0 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Wire protocol for Cucumber License: MIT URL: http://cucumber.io @@ -16,7 +17,7 @@ Source1: %{name}-%{version}-features.txz BuildRequires: ruby(release) BuildRequires: rubygems-devel BuildRequires: ruby -%if %{without bootstrap} +%if %{bootstrap} # Dependencies for %%check BuildRequires: rubygem(aruba) BuildRequires: rubygem(cucumber) @@ -56,7 +57,7 @@ cp -a .%{gem_dir}/* \ %{buildroot}%{gem_dir}/ -%if %{without bootstrap} +%if %{bootstrap} %check pushd .%{gem_instdir} @@ -87,6 +88,9 @@ popd %{gem_instdir}/spec %changelog +* Thu Apr 14 2022 Troy Dawson - 6.2.0-2.1 +- Enable bootstrap option for epel9 + * Fri Jan 21 2022 Fedora Release Engineering - 6.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild