[rubygem-clouddb/el6] Adedd requirement

Alejandro Perez aeperezt at fedoraproject.org
Sun Dec 30 19:10:49 UTC 2012


commit 1a65250c5c94785adba961d68837b2fb0ef0c46b
Author: alejandro <alejandro at dejami.com>
Date:   Sun Dec 30 14:10:41 2012 -0500

    Adedd requirement

 rubygem-clouddb.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-clouddb.spec b/rubygem-clouddb.spec
index d427a30..4c990ec 100644
--- a/rubygem-clouddb.spec
+++ b/rubygem-clouddb.spec
@@ -10,7 +10,7 @@
 %global rubyabi 1.8
 Name:		rubygem-%{gem_name}
 Version:	0.0.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	This is a Ruby interface into the Rackspace Cloud DB service
 
 Group:		Development/Languages
@@ -20,6 +20,7 @@ Source0:	http://rubygems.org/downloads/%{gem_name}-%{version}.gem
 
 BuildRequires:	ruby
 BuildRequires:	ruby-devel
+Requires:	ruby
 Requires:	rubygem(typhoeus)
 Requires:	ruby(abi) = %{rubyabi}
 Requires:	ruby(rubygems)
@@ -79,7 +80,8 @@ sed -i '1d' %{buildroot}%{gem_libdir}/clouddb.rb
 %doc %{gem_docdir}
 
 %changelog
-* Sun Dec 30 2012 Alejandro Pérez <aeperezt at fedoraproject.org> - 0.0.1-2
+* Sun Dec 30 2012 Alejandro Pérez <aeperezt at fedoraproject.org> - 0.0.1-3
+- Added requirement
 - changed rubygems-devel to ruby-devel
 - Initial package
 


More information about the scm-commits mailing list