[rubygem-aws] Fixed dependencies

Michal Fojtik mfojtik at fedoraproject.org
Wed Jan 12 17:37:59 UTC 2011


commit 5faf6cd5201f8401d1f7703ba9a754b1b0472371
Author: Michal Fojtik <mfojtik at redhat.com>
Date:   Wed Jan 12 18:37:39 2011 +0100

    Fixed dependencies

 rubygem-aws.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-aws.spec b/rubygem-aws.spec
index f65a569..5fa3b69 100644
--- a/rubygem-aws.spec
+++ b/rubygem-aws.spec
@@ -5,7 +5,7 @@
 Summary: Ruby gem for all Amazon Web Services
 Name: rubygem-%{gemname}
 Version: 2.3.34
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/appoxy/aws
@@ -13,7 +13,7 @@ Source0: http://rubygems.org/downloads/%{gemname}-%{version}.gem
 Requires: rubygems
 Requires: ruby(abi) = 1.8
 Requires: rubygem(xml-simple)
-Requires: rubygem(http_connection)
+Requires: rubygem(right_http_connection)
 Requires: rubygem(uuidtools)
 Requires: rubygem(activesupport)
 BuildRequires: rubygems
@@ -54,6 +54,9 @@ rm -rf %{buildroot}
 %doc %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Mon Jan 10 2011 Michal Fojtik <mfojtik at redhat.com> - 2.3.34-2
+- Replaced http_connection to right_http_connection to fix dependency issue
+
 * Mon Jan 10 2011 Michal Fojtik <mfojtik at redhat.com> - 2.3.34-1
 - Version bump
 


More information about the scm-commits mailing list