[rubygem-deltacloud-client] Fixed wrong version of rest-client gem

Michal Fojtik mfojtik at fedoraproject.org
Fri Oct 29 14:00:21 UTC 2010


commit 5878d2f38d1b3701d6ab56f2a193b76c21fd3b62
Author: Michal Fojtik <mfojtik at redhat.com>
Date:   Fri Oct 29 16:00:04 2010 +0200

    Fixed wrong version of rest-client gem

 rubygem-deltacloud-client.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-deltacloud-client.spec b/rubygem-deltacloud-client.spec
index d234cd8..a0e401a 100644
--- a/rubygem-deltacloud-client.spec
+++ b/rubygem-deltacloud-client.spec
@@ -6,15 +6,15 @@
 Summary: Deltacloud REST Client
 Name: rubygem-%{gemname}
 Version: 0.1.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: ASL 2.0
 URL: http://www.deltacloud.org
 Source0: http://rubygems.org/downloads/%{gemname}-%{version}.gem
 Requires: ruby(abi) = %{rubyabi}
 Requires: rubygems
-Requires: rubygem(rest-client) >= 1.4.2
-Requires: rubygem(nokogiri) >= 1.4.1
+Requires: rubygem(rest-client) >= 1.4.0
+Requires: rubygem(nokogiri)
 BuildRequires: rubygems
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
@@ -69,6 +69,9 @@ rm -rf %{buildroot}
 %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Thu Oct 14 2010 Michal Fojtik <mfojtik at redhat.com> - 0.1.0-2
+- Fixed rest-client versioning
+
 * Thu Oct 14 2010 Michal Fojtik <mfojtik at redhat.com> - 0.1.0-1
 - Version bump
 


More information about the scm-commits mailing list