[openshift-origin-broker-util] Fix to make it build/install on F19+

tdawson tdawson at fedoraproject.org
Wed Mar 13 16:17:21 UTC 2013


commit dbc57c3b5c2d4984ad625c00d57e45c62368b1d4
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Mar 13 11:17:17 2013 -0500

    Fix to make it build/install on F19+

 openshift-origin-broker-util.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/openshift-origin-broker-util.spec b/openshift-origin-broker-util.spec
index eb5a390..ca73f99 100644
--- a/openshift-origin-broker-util.spec
+++ b/openshift-origin-broker-util.spec
@@ -3,12 +3,16 @@
 Summary:       Utility scripts for the OpenShift Origin broker
 Name:          openshift-origin-broker-util
 Version:       1.5.12
-Release:       2%{?dist}
+Release:       3%{?dist}
 Group:         Network/Daemons
 License:       ASL 2.0
 URL:           http://openshift.redhat.com
 Source0:       http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
+%if 0%{?fedora} >= 19
+Requires:      ruby(release)
+%else
 Requires:      %{?scl:%scl_prefix}ruby(abi) >= %{rubyabi}
+%endif
 Requires:      openshift-origin-broker
 # For oo-register-dns
 Requires:      bind-utils
@@ -76,6 +80,9 @@ cp -p kickstart/openshift-origin-remix.ks %{buildroot}/usr/share/openshift/kicks
 %{_mandir}/man8/oo-stats.8.gz
 
 %changelog
+* Wed Mar 13 2013 Troy Dawson <tdawson at redhat.com> - 1.5.12-3
+- Fix to make it build/install on F19+
+
 * Tue Mar 12 2013  Troy Dawson <tdawson at redhat.com> 1.5.12-2
 - removed rubygem-mongo dependancy
 - Added dependancies


More information about the scm-commits mailing list