[openshift-origin-msg-common] update to latest stable release

tdawson tdawson at fedoraproject.org
Mon Feb 10 23:22:00 UTC 2014


commit 0f31312f1e751cb9fcb2840e9f7fd33dfb6e3423
Author: Troy Dawson <tdawson at redhat.com>
Date:   Mon Feb 10 17:22:38 2014 -0600

    update to latest stable release

 .gitignore                       |    1 +
 openshift-origin-msg-common.spec |   74 +++++++++++++++++++++++++++++++------
 sources                          |    2 +-
 3 files changed, 64 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17c6543..c9493ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /openshift-origin-msg-common-1.7.2.tar.gz
 /openshift-origin-msg-common-1.11.3.tar.gz
 /openshift-origin-msg-common-1.13.0.1.tar.gz
+/openshift-origin-msg-common-1.17.0.1.tar.gz
diff --git a/openshift-origin-msg-common.spec b/openshift-origin-msg-common.spec
index 31640f0..13605c3 100644
--- a/openshift-origin-msg-common.spec
+++ b/openshift-origin-msg-common.spec
@@ -6,12 +6,12 @@
 
 Summary:       Common msg components for OpenShift broker and node
 Name:          openshift-origin-msg-common
-Version: 1.13.0.1
+Version: 1.17.0.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:      %{?scl:%scl_prefix}mcollective-common
+Requires:      %{?scl:%scl_prefix}mcollective-common >= 2.2.3
 BuildArch:     noarch
 
 %description
@@ -25,23 +25,73 @@ for OpenShift broker and node
 
 %install
 mkdir -p %{buildroot}%{mco_root}agent
-mkdir -p %{buildroot}%{mco_root}validator
 cp -p agent/* %{buildroot}%{mco_root}agent/
 chmod 644 %{buildroot}%{mco_root}agent/*
-%if 0%{?fedora}%{?rhel} < 19
-cp -p validator/* %{buildroot}%{mco_root}validator/
-chmod 644 %{buildroot}%{mco_root}validator/*
-%endif
 
 %files
 %{mco_root}agent/*
-%if 0%{?fedora}%{?rhel} < 19
-%{mco_root}validator/*
-%endif
 
 %changelog
-* Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 1.13.0.1-1
-- Bumping version #s for origin release 2 (kraman at gmail.com)
+* Fri Dec 06 2013 Krishna Raman <kraman at gmail.com> 1.17.0.1-1
+- Bumping versions for OpenShift Origin Release 3 (kraman at gmail.com)
+- bump_minor_versions for sprint 37 (admiller at redhat.com)
+
+* Wed Dec 04 2013 Krishna Raman <kraman at gmail.com> 1.17.0.1-1
+- bump_minor_versions for sprint 37 (admiller at redhat.com)
+
+* Thu Nov 07 2013 Adam Miller <admiller at redhat.com> 1.16.2-1
+- update for 36 upgrade (dmcphers at redhat.com)
+
+* Mon Oct 21 2013 Adam Miller <admiller at redhat.com> 1.16.1-1
+- Adding deploy migration for broker auth (dmcphers at redhat.com)
+- rollback -> activate (dmcphers at redhat.com)
+- Pass back deployments in new param from deploy called through the rest api
+  (dmcphers at redhat.com)
+- Deploy WIP (dmcphers at redhat.com)
+- Adding application config WIP (dmcphers at redhat.com)
+- Build & deployment improvements (andy.goldstein at gmail.com)
+- bump_minor_versions for sprint 35 (admiller at redhat.com)
+
+* Tue Sep 24 2013 Troy Dawson <tdawson at redhat.com> 1.15.2-1
+- Merge pull request #3647 from detiber/runtime_card_255
+  (dmcphers+openshiftbot at redhat.com)
+- Card origin_runtime_255: Publish district uid limits to nodes
+  (jdetiber at redhat.com)
+
+* Tue Sep 24 2013 Troy Dawson <tdawson at redhat.com> 1.15.1-1
+- Creating the app secret token (abhgupta at redhat.com)
+- bump_minor_versions for sprint 34 (admiller at redhat.com)
+
+* Thu Sep 05 2013 Adam Miller <admiller at redhat.com> 1.14.2-1
+- remove validator, require mcollective-common >= 2.2.3 (#961137)
+  (tdawson at redhat.com)
+
+* Thu Aug 29 2013 Adam Miller <admiller at redhat.com> 1.14.1-1
+- Merge remote-tracking branch 'origin/master' into propagate_app_id_to_gears
+  (ccoleman at redhat.com)
+- bump_minor_versions for sprint 33 (admiller at redhat.com)
+- Switch OPENSHIFT_APP_UUID to equal the Mongo application '_id' field
+  (ccoleman at redhat.com)
+
+* Tue Aug 20 2013 Adam Miller <admiller at redhat.com> 1.13.4-1
+- User vars node changes:  - Use 'user-var-add' mcollective call for *add*
+  and/or *push* user vars. This will reduce unnecessary additional
+  code/complexity.  - Add some more reserved var names: PATH, IFS, USER, SHELL,
+  HOSTNAME, LOGNAME  - Do not attempt rsync when .env/user_vars dir is empty  -
+  Misc bug fixes (rpenta at redhat.com)
+- WIP Node Platform - Add support for settable user variables
+  (jhonce at redhat.com)
+
+* Fri Aug 16 2013 Adam Miller <admiller at redhat.com> 1.13.3-1
+- Removing has_app mcollective method since its no longer used
+  (abhgupta at redhat.com)
+
+* Thu Aug 15 2013 Adam Miller <admiller at redhat.com> 1.13.2-1
+- migration helpers and rest interface for port information of gears
+  (rchopra at redhat.com)
+
+* Thu Aug 08 2013 Adam Miller <admiller at redhat.com> 1.13.1-1
+- Fixing has_app method in mcollective (abhgupta at redhat.com)
 - bump_minor_versions for sprint 32 (admiller at redhat.com)
 
 * Wed Jul 24 2013 Adam Miller <admiller at redhat.com> 1.12.2-1
diff --git a/sources b/sources
index b60ec45..6a6dd75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-564b8aa7045b5c5aed4d96fb2b0d013d  openshift-origin-msg-common-1.13.0.1.tar.gz
+5b14eadad78d63c0954b148357803dc8  openshift-origin-msg-common-1.17.0.1.tar.gz


More information about the scm-commits mailing list