[rubygem-rhc] Updated version

Guillermo Gómez gomix at fedoraproject.org
Mon Jun 23 09:47:20 UTC 2014


commit 7a68feaf015e7178d25b8253bea4ce8c5011252c
Author: Guillermo Gómez <gomix at fedoraproject.org>
Date:   Mon Jun 23 05:16:58 2014 -0430

    Updated version

 .gitignore       |    1 +
 rubygem-rhc.spec |   44 +++++++++-----------------------------------
 sources          |    2 +-
 3 files changed, 11 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 47a232b..9b9f189 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
 /rhc-1.16.9.gem
 /rhc-1.18.2.gem
 /rhc-1.19.5.gem
+/rhc-1.25.3.gem
diff --git a/rubygem-rhc.spec b/rubygem-rhc.spec
index 11895be..0d536da 100644
--- a/rubygem-rhc.spec
+++ b/rubygem-rhc.spec
@@ -1,39 +1,22 @@
 %global gem_name rhc
   
-%global rubyabi 1.9.1
- 
-%if 0%{?fedora} >= 17
-  %global rubyabi 1.9.1
-%endif
-
-%if 0%{?fedora} >= 19
-  %global rubyabi 2.0.0
-%endif
-
 Summary:       OpenShift Express Client Tools
 Name:          rubygem-%{gem_name}
-Version:       1.19.5
-Release:       2%{?dist}
+Version:       1.25.3
+Release:       1%{?dist}
 Group:         Development/Tools
 License:       MIT
 URL:           https://openshift.redhat.com/app/express
 Source0:       http://rubygems.org/downloads/%{gem_name}-%{version}.gem
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-%if 0%{?fedora} >= 19
-Requires:       ruby(release)
-%endif
-
-%if 0%{?fedora} >= 17 && 0%{?fedora} < 19
-Requires:      ruby(abi) = %{rubyabi}
-%endif
-
-Requires:      ruby(rubygems)
+Requires:      ruby(release)
 Requires:      rubygem-archive-tar-minitar
 Requires:      rubygem-commander >= 4.0
 Requires:      rubygem-highline >= 1.6.11
 Requires:      rubygem-httpclient >= 2.2
 Requires:      rubygem-net-ssh  >= 2.0.11
+Requires:      rubygem-net-scp  >= 1.1.2
 Requires:      rubygem-net-ssh-multi  >= 1.2.0
 Requires:      rubygem-open4
 Requires:      rubygem-test-unit
@@ -42,7 +25,6 @@ Requires:      openssh-clients
 BuildRequires: rubygems
 BuildRequires: rubygems-devel
 BuildArch:     noarch
-Provides:      rubygem(%{gem_name}) = %{version}
 
 %description
 OpenShift Express Client Tools allows you to create and deploy applications to
@@ -79,19 +61,7 @@ export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
 # We set that to be a local directory so that we can move it into the
 # buildroot in %%install
 
-%if 0%{?fedora} >= 17 && 0%{?fedora} <= 18
-RHC_RPMBUILD=true gem install -V \
-        --local \
-        --install-dir ./%{gem_dir} \
-        --bindir ./%{_bindir} \
-        --force \
-        --rdoc \
-        %{gem_name}-%{version}.gem
-%endif
-
-%if 0%{?fedora} >= 19
 %gem_install
-%endif
 
 %check
 # Run tests
@@ -136,10 +106,14 @@ rm -rf %{buildroot}
 %doc %{gem_docdir}
 
 %changelog
+* Sun Jun 22 2014 Guillermo Gomez <gomix at fedoraproject.org> - 1.25.3-1
+- Updated to version 1.25.3
+- New dependency rubygem-net-scp
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.19.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-* Sun Feb 2 2014 Guillermo Gomez <gomix at fedoraproject.org> - 1.19.5-1
+* Sun Feb 02 2014 Guillermo Gomez <gomix at fedoraproject.org> - 1.19.5-1
 - Updated to version 1.19.5
 
 * Sun Nov 18 2013 Guillermo Gomez <gomix at fedoraproject.org> - 1.18.2-1
diff --git a/sources b/sources
index 9c46a82..b28cc1d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-694bb50b9e83aae799550588440cf2dd  rhc-1.19.5.gem
+5476648c2b4a0fc4fa61fff7c0a0fa45  rhc-1.25.3.gem


More information about the scm-commits mailing list