[rubygem-openshift-origin-auth-mongo] update to 1.5.2

tdawson tdawson at fedoraproject.org
Thu Jun 13 15:31:13 UTC 2013


commit 5837f5a49c627baedf774359bee86011ed6bfdce
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Jun 13 10:30:58 2013 -0500

    update to 1.5.2

 .gitignore                               |    1 +
 rubygem-openshift-origin-auth-mongo.spec |   19 ++++++++++++++-----
 sources                                  |    2 +-
 3 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 107316c..0791884 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /openshift-origin-auth-mongo-1.1.2.gem
 /openshift-origin-auth-mongo-1.4.1.gem
 /openshift-origin-auth-mongo-1.5.1.gem
+/openshift-origin-auth-mongo-1.5.2.gem
diff --git a/rubygem-openshift-origin-auth-mongo.spec b/rubygem-openshift-origin-auth-mongo.spec
index 4b797fd..b8739e6 100644
--- a/rubygem-openshift-origin-auth-mongo.spec
+++ b/rubygem-openshift-origin-auth-mongo.spec
@@ -5,15 +5,15 @@
 
 Summary:       OpenShift plugin for mongo authentication service
 Name:          rubygem-%{gem_name}
-Version:       1.5.1
-Release:       2%{?dist}
+Version:       1.5.2
+Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
 URL:           http://openshift.redhat.com
 Source0:       http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{gem_name}-%{version}.gem
 Source1:       favicon
 %if 0%{?fedora} >= 19
-Requires:      %{?scl:%scl_prefix}ruby(release) >= %{rubyabi}
+Requires:      ruby(release)
 %else
 Requires:      %{?scl:%scl_prefix}ruby(abi) >= %{rubyabi}
 %endif
@@ -24,7 +24,7 @@ Requires:      rubygem(openshift-origin-common)
 Requires:      rubygem(openshift-origin-controller)
 Requires:      openshift-origin-broker
 %if 0%{?fedora} >= 19
-BuildRequires: %{?scl:%scl_prefix}ruby(release) >= %{rubyabi}
+BuildRequires: ruby(release)
 %else
 BuildRequires: %{?scl:%scl_prefix}ruby(abi) >= %{rubyabi}
 %endif
@@ -72,7 +72,7 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
 # If there were programs installed:
 mkdir -p %{buildroot}%{_bindir}
 #cp -a ./%{_bindir}/* %{buildroot}%{_bindir}
-cp -a bin/oo-register-user %{buildroot}/usr/bin
+cp -a bin/oo-register-user %{buildroot}%{_bindir}
 
 mkdir -p %{buildroot}/etc/openshift/plugins.d
 cp %{buildroot}/%{gem_instdir}/conf/openshift-origin-auth-mongo.conf.example %{buildroot}/etc/openshift/plugins.d/
@@ -93,6 +93,15 @@ rm -rf %{buildroot}%{gem_instdir}/.yardoc
 %doc %{gem_docdir}
 
 %changelog
+* Sat Apr 13 2013 Krishna Raman <kraman at gmail.com> 1.5.2-1
+- Read values from node.conf for origin testing. (rmillner at redhat.com)
+- Updating rest-client and rake gem versions to match F18 (kraman at gmail.com)
+- Merge pull request #1643 from kraman/update_parseconfig (dmcphers at redhat.com)
+- Replacing get_value() with config['param'] style calls for new version of
+  parseconfig gem. (kraman at gmail.com)
+- Make packages build/install on F19+ (tdawson at redhat.com)
+- remove old obsoletes (tdawson at redhat.com)
+
 * Tue Mar 12 2013 Troy Dawson <tdawson at redhat.com> 1.5.1-2
 - Change the source from a tar to gem
 
diff --git a/sources b/sources
index 7ef87f5..529434c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dcdf59267e9e32ad6090d11fc3ea0e87  openshift-origin-auth-mongo-1.5.1.gem
+a20da255d1b5a1db7cb2c476088ee2d1  openshift-origin-auth-mongo-1.5.2.gem


More information about the scm-commits mailing list