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

tdawson tdawson at fedoraproject.org
Wed Jan 30 15:36:29 UTC 2013


commit 2fb6a2e3f665f84e3f9f1aa705e6086970a2468e
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Jan 30 09:36:21 2013 -0600

    update to 1.1.2

 .gitignore                               |    1 +
 rubygem-openshift-origin-auth-mongo.spec |   18 ++++++++++++++++--
 sources                                  |    2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0b34eb0..7ea171a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /openshift-origin-auth-mongo-0.8.5.gem
 /openshift-origin-auth-mongo-0.8.9.gem
 /openshift-origin-auth-mongo-1.1.1.gem
+/openshift-origin-auth-mongo-1.1.2.gem
diff --git a/rubygem-openshift-origin-auth-mongo.spec b/rubygem-openshift-origin-auth-mongo.spec
index 72d48c0..8d7650c 100644
--- a/rubygem-openshift-origin-auth-mongo.spec
+++ b/rubygem-openshift-origin-auth-mongo.spec
@@ -3,8 +3,8 @@
 
 Summary:        OpenShift plugin for mongo authentication service
 Name:           rubygem-%{gem_name}
-Version:        1.1.1
-Release:        3%{?dist}
+Version:        1.1.2
+Release:        2%{?dist}
 Group:          Development/Languages
 License:        ASL 2.0
 URL:            http://openshift.redhat.com
@@ -69,6 +69,7 @@ cp %{buildroot}/%{gem_instdir}/conf/openshift-origin-auth-mongo.conf.example %{b
 
 # Clean up stuff
 cp %{SOURCE1} %{buildroot}%{gem_instdir}/test/dummy/public/favicon.ico
+rm -rf %{buildroot}%{gem_instdir}/.yardoc
 
 %files
 %doc LICENSE COPYRIGHT Gemfile
@@ -82,6 +83,19 @@ cp %{SOURCE1} %{buildroot}%{gem_instdir}/test/dummy/public/favicon.ico
 %doc %{gem_docdir}
 
 %changelog
+* Tue Jan 29 2013 Troy Dawson <tdawson at redhat.com> 1.1.2-2
+- Change the source from a tar to gem
+
+* Mon Jan 28 2013 Krishna Raman <kraman at gmail.com> 1.1.2-1
+- 875575 (dmcphers at redhat.com)
+- Fix mongo auth plugin (rpenta at redhat.com)
+- Bug 890119 (lnader at redhat.com)
+- Moving model refactor work - Updated cartridge manifest files - Simplified
+  descriptor - Switched from mongo gem to use mongoid (kraman at gmail.com)
+- Ensure write to at least 2 mongo instances (dmcphers at redhat.com)
+- Adding support for broker to mongodb connections over SSL
+  (calfonso at redhat.com)
+
 * Tue Jan 15 2013 Troy Dawson <tdawson at redhat.com> 1.1.1-3
 - copy over openshift-origin-auth-mongo.conf.example
 
diff --git a/sources b/sources
index 0bee027..69b93e4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8c1a541de39b32877178a73c7edd25a  openshift-origin-auth-mongo-1.1.1.gem
+976e85103a0ecc5d674dd9e69b46e722  openshift-origin-auth-mongo-1.1.2.gem


More information about the scm-commits mailing list