[rubygem-fakeweb] Fix FTBFS bug on fakeweb (#715907)

Michael Stahnke stahnma at fedoraproject.org
Mon Jan 9 00:15:23 UTC 2012


commit d7a2293f1d90c4e6bf1bae999f36c4db78f06d71
Author: Michael Stahnke <stahnma at puppetlabs.com>
Date:   Sun Jan 8 11:50:17 2012 -0600

    Fix FTBFS bug on fakeweb (#715907)
    
    The BuildRequires(check) field is no longer allowed.
    Fix, comment and bump spec.  Rebuild.
    
    Signed-off-by: Michael Stahnke <stahnma at puppetlabs.com>

 rubygem-fakeweb.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/rubygem-fakeweb.spec b/rubygem-fakeweb.spec
index 7758ce2..78553e8 100644
--- a/rubygem-fakeweb.spec
+++ b/rubygem-fakeweb.spec
@@ -6,7 +6,7 @@
 Summary: A tool for faking responses to HTTP requests
 Name: rubygem-%{gemname}
 Version: 1.3.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/chrisk/fakeweb
@@ -17,9 +17,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: ruby(abi) = 1.8
 Requires: rubygems
 BuildRequires: rubygems
-BuildRequires(check): rubygem(mocha)
-BuildRequires(check): rubygem(rake)
-BuildRequires(check): rubygem(right_http_connection)
+# The following BR are there for %%check
+BuildRequires: rubygem(mocha)
+BuildRequires: rubygem(rake)
+BuildRequires: rubygem(right_http_connection)
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -96,6 +97,9 @@ rake test
 %{geminstdir}/Rakefile
 
 %changelog
+* Sun Jan 08 2012 Michael Stahnke <mastahnke at gmail.com> - 1.3.0-5
+- Bug bz#715907 FTBFS on rawhide
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list