[rubygem-uuidtools] replace BR(check) with BR

Mohammed Morsi mmorsi at fedoraproject.org
Mon Aug 8 21:38:23 UTC 2011


commit c12396322407e8d5d88c2ee9b423550b586da060
Author: Mo Morsi <mmorsi at redhat.com>
Date:   Mon Aug 8 17:35:56 2011 -0400

    replace BR(check) with BR

 rubygem-uuidtools.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-uuidtools.spec b/rubygem-uuidtools.spec
index 0d63f2a..1418f40 100644
--- a/rubygem-uuidtools.spec
+++ b/rubygem-uuidtools.spec
@@ -8,7 +8,7 @@
 Summary: A simple universally unique ID generation library
 Name: rubygem-%{gemname}
 Version: 2.1.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://uuidtools.rubyforge.org/
@@ -17,7 +17,8 @@ Requires: ruby(rubygems)
 Requires: ruby(abi) = %{rubyabi}
 BuildRequires: ruby(rubygems)
 BuildRequires: ruby(abi) = %{rubyabi}
-BuildRequires(check): rubygem(rake), rubygem(rspec)
+BuildRequires: rubygem(rake)
+BuildRequires: rubygem(rspec)
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -77,6 +78,9 @@ rake spec:normal
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Mon Aug 08 2011 Mo Morsi <mmorsi at redhat.com> - 2.1.1-3
+- Initial package
+
 * 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