[openshift-origin-broker-util] added dependancies

tdawson tdawson at fedoraproject.org
Thu Jan 31 17:43:07 UTC 2013


commit e04b55e34661b8642b23fb7eb1d446a28855faba
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Jan 31 11:43:03 2013 -0600

    added dependancies

 openshift-origin-broker-util.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/openshift-origin-broker-util.spec b/openshift-origin-broker-util.spec
index 5fad5d8..d26f6f0 100644
--- a/openshift-origin-broker-util.spec
+++ b/openshift-origin-broker-util.spec
@@ -1,23 +1,23 @@
 Summary:        Utility scripts for the OpenShift Origin broker
 Name:           openshift-origin-broker-util
 Version:        1.3.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        ASL 2.0
 URL:            http://openshift.redhat.com
 Source0:        http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
+Requires:       ruby(abi) >= 1.8
 Requires:       openshift-origin-broker
 # For oo-register-dns
 Requires:       bind-utils
 # For oo-setup-bind
 Requires:       rng-tools
+Requires:       %{?scl:%scl_prefix}rubygem(openshift-origin-dns-bind)
 # For oo-setup-broker
 Requires:       openssl
-Requires:       ruby(abi) >= 1.8
-%if 0%{?fedora} >= 17
-BuildRequires:  rubygems-devel
-%else
-BuildRequires:  rubygems
-%endif
+Requires:       %{?scl:%scl_prefix}rubygem(mongo)
+Requires:       %{?scl:%scl_prefix}rubygem(open4)
+Requires:       %{?scl:%scl_prefix}rubygem(openshift-origin-auth-mongo)
+
 BuildArch:      noarch
 
 %description
@@ -69,6 +69,9 @@ cp -p kickstart/openshift-origin-remix.ks %{buildroot}/usr/share/openshift/kicks
 %{_mandir}/man8/oo-accept-systems.8.gz
 
 %changelog
+* Thu Jan 31 2013  Troy Dawson <tdawson at redhat.com> 1.3.6-3
+- Added dependancies
+
 * Wed Jan 30 2013  Troy Dawson <tdawson at redhat.com> 1.3.6-2
 - Cleanup for Fedora standards
 


More information about the scm-commits mailing list