From d92004717e8c3f95fad56dade50bc21b5056b163 Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Sat, 26 Feb 2011 03:32:46 +0900 Subject: [PATCH] And enable check on rawhide --- rubygem-rspec-expectations.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-rspec-expectations.spec b/rubygem-rspec-expectations.spec index f770be5..d3fc59c 100644 --- a/rubygem-rspec-expectations.spec +++ b/rubygem-rspec-expectations.spec @@ -8,7 +8,7 @@ # runtime part of rspec-expectaions does not depend on rspec-core %global need_bootstrap_set 1 %if 0%{?fedora} >= 16 -%global need_bootstrap_set 1 +%global need_bootstrap_set 0 %endif %{!?need_bootstrap: %global need_bootstrap %{need_bootstrap_set}} @@ -16,7 +16,7 @@ Summary: Rspec-2 expectations (should and matchers) Name: rubygem-%{gemname} Version: 2.5.0 -Release: 1%{?dist} +Release: 3%{?dist} Group: Development/Languages License: MIT @@ -101,6 +101,9 @@ popd %{geminstdir}/spec/ %changelog +* Sat Feb 26 2011 Mamoru Tasaka +- And enable check on rawhide + * Sat Feb 26 2011 Mamoru Tasaka - 2.5.0-2 - Cleanups