[rubygem-fog] Fix the hmac dependency.

Chris Lalancette clalance at fedoraproject.org
Fri Jul 22 12:27:37 UTC 2011


commit 6b81479f9ac00d993447d7071186f1c835a0b94a
Author: Chris Lalancette <clalance at redhat.com>
Date:   Fri Jul 22 08:27:12 2011 -0400

    Fix the hmac dependency.
    
    Signed-off-by: Chris Lalancette <clalance at redhat.com>

 rubygem-fog.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-fog.spec b/rubygem-fog.spec
index 46036f7..84adadc 100644
--- a/rubygem-fog.spec
+++ b/rubygem-fog.spec
@@ -6,7 +6,7 @@
 Summary: brings clouds to you
 Name: rubygem-%{gemname}
 Version: 0.9.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/geemus/fog
@@ -20,7 +20,7 @@ Requires: rubygem(mime-types)
 Requires: rubygem(net-scp) >= 1.0.4
 Requires: rubygem(net-ssh) >= 2.1.4
 Requires: rubygem(nokogiri) >= 1.4.4
-Requires: rubygem(ruby-hmac)
+Requires: rubygem(hmac)
 BuildRequires: ruby(rubygems)
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
@@ -57,6 +57,9 @@ find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
 
 
 %changelog
+* Fri Jul 22 2011 Chris Lalancette <clalance at redhat.com> - 0.9.0-3
+- Fix the hmac dependency
+
 * Fri Jul 08 2011 Chris Lalancette <clalance at redhat.com> - 0.9.0-2
 - Use global macro instead of define
 


More information about the scm-commits mailing list