[rubygem-rhc] update to version 1.34.2

tdawson tdawson at fedoraproject.org
Thu Feb 19 20:39:30 UTC 2015


commit cf65c5ae068f4edc6f9f86a9bf2ad70d5489bae7
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Feb 19 14:39:15 2015 -0600

    update to version 1.34.2

 .gitignore       |  1 +
 rubygem-rhc.spec | 11 ++++++++++-
 sources          |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 588d265..9307cb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@
 /rhc-1.29.7.gem
 /rhc-1.30.2.gem
 /rhc-1.32.2.gem
+/rhc-1.34.2.gem
diff --git a/rubygem-rhc.spec b/rubygem-rhc.spec
index f99b650..5063e7b 100644
--- a/rubygem-rhc.spec
+++ b/rubygem-rhc.spec
@@ -2,7 +2,7 @@
   
 Summary:       OpenShift Express Client Tools
 Name:          rubygem-%{gem_name}
-Version:       1.32.2
+Version:       1.34.2
 Release:       1%{?dist}
 Group:         Development/Tools
 License:       MIT
@@ -10,6 +10,7 @@ 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)
 
+Requires:      ruby
 Requires:      ruby(release)
 Requires:      rubygem-archive-tar-minitar
 Requires:      rubygem-commander >= 4.0
@@ -25,6 +26,9 @@ Requires:      openssh-clients
 BuildRequires: rubygems
 BuildRequires: rubygems-devel
 BuildArch:     noarch
+%if 0%{?fc20} || 0%{?el7} || 0%{?el6}
+Provides:      rubygem(%{gem_name}) = %{version}
+%endif
 
 %description
 OpenShift Express Client Tools allows you to create and deploy applications to
@@ -106,6 +110,11 @@ rm -rf %{buildroot}
 %doc %{gem_docdir}
 
 %changelog
+* Thu Jan 19 2015 Troy Dawson <tdawson at redhat.com> - 1.34.2-1
+- Updated to version 1.34.2
+- Added Requires: Ruby (#1190847)
+- Added if statements so spec will work on EPEL7
+
 * Thu Dec 04 2014 Guillermo Gomez <gomix at fedoraproject.org> - 1.32.2-1
 - Updated to version 1.32.2
 - Fixed some bogus changelogs dates
diff --git a/sources b/sources
index a7f2ff0..1750b09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad7ff06f1d5a10d93551d12cefec7a86  rhc-1.32.2.gem
+115baed1295f9d43622ed0c64a80b822  rhc-1.34.2.gem


More information about the scm-commits mailing list