[openshift-origin-cartridge-mongodb] update to latest stable release

tdawson tdawson at fedoraproject.org
Wed Feb 12 15:21:31 UTC 2014


commit 074bf59c9b5f18e599821b480d5f8163aa28a5e9
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Feb 12 09:22:10 2014 -0600

    update to latest stable release

 .gitignore                              |    1 +
 openshift-origin-cartridge-mongodb.spec |   85 ++++++++++++++++++++++++++++++-
 sources                                 |    2 +-
 3 files changed, 86 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 859e93d..0eed2f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /openshift-origin-cartridge-mongodb-1.12.0.1.tar.gz
+/openshift-origin-cartridge-mongodb-1.17.1.1.tar.gz
diff --git a/openshift-origin-cartridge-mongodb.spec b/openshift-origin-cartridge-mongodb.spec
index 2c1e9fd..9373a99 100644
--- a/openshift-origin-cartridge-mongodb.spec
+++ b/openshift-origin-cartridge-mongodb.spec
@@ -2,11 +2,12 @@
 
 Summary:       Embedded mongodb support for OpenShift
 Name:          openshift-origin-cartridge-mongodb
-Version:       1.12.0.1
+Version:       1.17.1.1
 Release:       1%{?dist}
 License:       ASL 2.0
 URL:           http://www.openshift.com
 Source0:       http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
+Requires:      libmongodb
 Requires:      mongodb
 Requires:      mongodb-devel
 Requires:      mongodb-server
@@ -31,6 +32,15 @@ Provides mongodb cartridge support to OpenShift
 rm -f %{buildroot}%{cartridgedir}/{COPYRIGHT,LICENSE,README.md}
 echo "#!/bin/bash" >> %{buildroot}%{cartridgedir}/bin/teardown
 
+
+%post
+%{cartridgedir}/bin/mkjournal %{cartridgedir}/usr/journal-cache/journal.tar.gz
+
+%preun
+if [ $1 -eq 0 ]; then
+  %__rm -f %{cartridgedir}/usr/journal-cache/journal.tar.gz
+fi
+
 %files
 %doc COPYRIGHT LICENSE README.md
 %dir %{cartridgedir}
@@ -41,6 +51,79 @@ echo "#!/bin/bash" >> %{buildroot}%{cartridgedir}/bin/teardown
 %{cartridgedir}/metadata/
 
 %changelog
+* Fri Dec 06 2013 Krishna Raman <kraman at gmail.com> 1.17.1.1-1
+- Bumping versions for OpenShift Origin Release 3 (kraman at gmail.com)
+
+* Wed Dec 04 2013 Krishna Raman <kraman at gmail.com> 1.17.1.1-1
+- 
+
+* Thu Nov 07 2013 Adam Miller <admiller at redhat.com> 1.17.1-1
+- bump_minor_versions for sprint 36 (admiller at redhat.com)
+
+* Thu Oct 31 2013 Adam Miller <admiller at redhat.com> 1.16.4-1
+- Bump cartridge versions for 2.0.35 (pmorie at gmail.com)
+
+* Wed Oct 23 2013 Adam Miller <admiller at redhat.com> 1.16.3-1
+- Bug 1021726 - Create the mongo journal ahead of time and copy it into the
+  gear for speed. (rmillner at redhat.com)
+
+* Tue Oct 22 2013 Adam Miller <admiller at redhat.com> 1.16.2-1
+- Bug 1009384 - it was observed that mongodb now preallocates the journal which
+  takes over 30 seconds. (rmillner at redhat.com)
+
+* Mon Oct 21 2013 Adam Miller <admiller at redhat.com> 1.16.1-1
+- Bump cartridge versions (fotios at redhat.com)
+- bump_minor_versions for sprint 35 (admiller at redhat.com)
+
+* Thu Oct 03 2013 Adam Miller <admiller at redhat.com> 1.15.4-1
+- Bug 980721 - Fix mongodb password and db name on restore.
+  (rmillner at redhat.com)
+
+* Fri Sep 27 2013 Troy Dawson <tdawson at redhat.com> 1.15.3-1
+- Origin UI 72 - Membership (ccoleman at redhat.com)
+
+* Thu Sep 26 2013 Troy Dawson <tdawson at redhat.com> 1.15.2-1
+- Merge pull request #3707 from rajatchopra/master
+  (dmcphers+openshiftbot at redhat.com)
+- add mappings support to routing spi, and add protocols to cart manifests
+  (rchopra at redhat.com)
+- Bug 982434 - remove extraneous set_app_info usage (jhonce at redhat.com)
+
+* Fri Sep 13 2013 Troy Dawson <tdawson at redhat.com> 1.15.1-1
+- bump_minor_versions for sprint 34 (admiller at redhat.com)
+
+* Thu Sep 12 2013 Adam Miller <admiller at redhat.com> 1.13.3-1
+- Cartridge version bumps for 2.0.33 (ironcladlou at gmail.com)
+
+* Thu Sep 05 2013 Adam Miller <admiller at redhat.com> 1.13.2-1
+- Bug 999295: Improve mongodb startup verification reliability
+  (ironcladlou at gmail.com)
+
+* Thu Aug 29 2013 Adam Miller <admiller at redhat.com> 1.13.1-1
+- bump_minor_versions for sprint 33 (admiller at redhat.com)
+
+* Wed Aug 21 2013 Adam Miller <admiller at redhat.com> 1.12.4-1
+- Cartridge - Sprint 2.0.32 cartridge version bumps (jhonce at redhat.com)
+
+* Fri Aug 16 2013 Adam Miller <admiller at redhat.com> 1.12.3-1
+- Merge pull request #3354 from dobbymoodge/origin_runtime_219
+  (dmcphers+openshiftbot at redhat.com)
+- <cartridges> Additional cart version and test fixes (jolamb at redhat.com)
+
+* Thu Aug 15 2013 Adam Miller <admiller at redhat.com> 1.12.2-1
+- Bug 968280 - Ensure Stopping/Starting messages during git push Bug 983014 -
+  Unnecessary messages from mongodb cartridge (jhonce at redhat.com)
+
+* Thu Aug 08 2013 Adam Miller <admiller at redhat.com> 1.12.1-1
+- Merge pull request #3313 from jwhonce/wip/manifest_lint
+  (dmcphers+openshiftbot at redhat.com)
+- Made scripts executable. (sridhar at broker.example.com)
+- Enable mongodb journaling (sridhar at 10gen.com)
+- Change 1 - Consolidate config options into the config file except for --auth
+  (sridhar at 10gen.com)
+- Cartridge - Clean up manifests (jhonce at redhat.com)
+- bump_minor_versions for sprint 32 (admiller at redhat.com)
+
 * Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 1.12.0.1-1
 - Bumping version #s for origin release 2 (kraman at gmail.com)
 - bump_minor_versions for sprint 32 (admiller at redhat.com)
diff --git a/sources b/sources
index db44051..3e7890c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e32472ab77a43fb5c96af0409ff9b092  openshift-origin-cartridge-mongodb-1.12.0.1.tar.gz
+fbb56c1a9a6e7ec842f39274a7f77b98  openshift-origin-cartridge-mongodb-1.17.1.1.tar.gz


More information about the scm-commits mailing list