[rubygem-openshift-origin-auth-mongo] update to latest release

tdawson tdawson at fedoraproject.org
Tue Mar 12 16:45:10 UTC 2013


commit 5aff891d31f919c696fde5501643d72330b94446
Author: Troy Dawson <tdawson at redhat.com>
Date:   Tue Mar 12 11:45:05 2013 -0500

    update to latest release

 .gitignore                               |    1 +
 rubygem-openshift-origin-auth-mongo.spec |   17 +++++++++++++++--
 sources                                  |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fbefa0f..107316c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /openshift-origin-auth-mongo-1.1.1.gem
 /openshift-origin-auth-mongo-1.1.2.gem
 /openshift-origin-auth-mongo-1.4.1.gem
+/openshift-origin-auth-mongo-1.5.1.gem
diff --git a/rubygem-openshift-origin-auth-mongo.spec b/rubygem-openshift-origin-auth-mongo.spec
index bcbc0f6..742c07a 100644
--- a/rubygem-openshift-origin-auth-mongo.spec
+++ b/rubygem-openshift-origin-auth-mongo.spec
@@ -5,7 +5,7 @@
 
 Summary:       OpenShift plugin for mongo authentication service
 Name:          rubygem-%{gem_name}
-Version:       1.4.1
+Version:       1.5.1
 Release:       2%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
@@ -65,7 +65,8 @@ cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
 
 # If there were programs installed:
 mkdir -p %{buildroot}%{_bindir}
-cp -a ./%{_bindir}/* %{buildroot}%{_bindir}
+#cp -a ./%{_bindir}/* %{buildroot}%{_bindir}
+cp -a bin/oo-register-user %{buildroot}/usr/bin
 
 mkdir -p %{buildroot}/etc/openshift/plugins.d
 cp %{buildroot}/%{gem_instdir}/conf/openshift-origin-auth-mongo.conf.example %{buildroot}/etc/openshift/plugins.d/
@@ -86,6 +87,18 @@ rm -rf %{buildroot}%{gem_instdir}/.yardoc
 %doc %{gem_docdir}
 
 %changelog
+* Tue Mar 12 2013 Troy Dawson <tdawson at redhat.com> 1.5.1-2
+- Change the source from a tar to gem
+
+* Tue Mar 12 2013 Troy Dawson <tdawson at redhat.com> 1.5.1-1
+- Implement authorization support in the broker (ccoleman at redhat.com)
+- fix rubygem sources (tdawson at redhat.com)
+- Fixes to get builds and tests running on RHEL: (kraman at gmail.com)
+- Fixes for ruby193 (john at ibiblio.org)
+
+* Tue Mar 12 2013 Troy Dawson <tdawson at redhat.com> 1.5.0-1
+- Update to version 1.5.0
+
 * Fri Feb 15 2013 Troy Dawson <tdawson at redhat.com> 1.4.1-2
 - Change the source from a tar to gem
 
diff --git a/sources b/sources
index 25b522f..7ef87f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a87a5e7b0abd00ca7c92ef2f402a92f0  openshift-origin-auth-mongo-1.4.1.gem
+dcdf59267e9e32ad6090d11fc3ea0e87  openshift-origin-auth-mongo-1.5.1.gem


More information about the scm-commits mailing list