[rubygem-multimap] replace BuildRequires(check) with BuildRequires

Mohammed Morsi mmorsi at fedoraproject.org
Wed Jan 26 18:37:57 UTC 2011


commit 4d2953e55576d169fd63ea629cf364c9402094ee
Author: Mohammed Morsi <mmorsi at redhat.com>
Date:   Wed Jan 26 13:36:23 2011 -0500

    replace BuildRequires(check) with BuildRequires
    
      the former is no longer supported by rpm

 rubygem-multimap.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-multimap.spec b/rubygem-multimap.spec
index aee22c6..0c5828f 100644
--- a/rubygem-multimap.spec
+++ b/rubygem-multimap.spec
@@ -27,7 +27,7 @@ Requires: ruby(abi) = %{rubyabi}
 Requires: rubygems
 BuildRequires: ruby-devel
 BuildRequires: rubygems
-BuildRequires(check): rubygem(rspec)
+BuildRequires: rubygem(rspec)
 Provides: rubygem(%{gemname}) = %{version}
 
 %description


More information about the scm-commits mailing list