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

tdawson tdawson at fedoraproject.org
Fri Jul 26 22:02:08 UTC 2013


commit 7abaa479f26b3babc19315741af0624e2b60cd0e
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Jul 26 17:01:37 2013 -0500

    update to latest release

 .gitignore                       |    1 +
 openshift-origin-msg-common.spec |   38 ++++++++++++++++++++++++++++----------
 sources                          |    2 +-
 3 files changed, 30 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 773923b..e1707fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /openshift-origin-msg-common-1.3.2.tar.gz
 /openshift-origin-msg-common-1.4.1.tar.gz
 /openshift-origin-msg-common-1.7.2.tar.gz
+/openshift-origin-msg-common-1.11.3.tar.gz
diff --git a/openshift-origin-msg-common.spec b/openshift-origin-msg-common.spec
index dbaf708..eca1484 100644
--- a/openshift-origin-msg-common.spec
+++ b/openshift-origin-msg-common.spec
@@ -6,7 +6,7 @@
 
 Summary:       Common msg components for OpenShift broker and node
 Name:          openshift-origin-msg-common
-Version:       1.7.2
+Version: 1.11.3
 Release:       1%{?dist}
 License:       ASL 2.0
 URL:           http://www.openshift.com
@@ -28,19 +28,43 @@ 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/*
-# Conflicts with mcollective 2.2.3+
-%if 0%{?fedora} <= 18
+%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} <= 18
+%if 0%{?fedora}%{?rhel} < 19
 %{mco_root}validator/*
 %endif
 
 %changelog
+* Wed Jul 10 2013 Adam Miller <admiller at redhat.com> 1.11.3-1
+- mcoll action for getting env vars for a gear (rchopra at redhat.com)
+
+* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 1.11.2-1
+- Handling cleanup of failed pending op using rollbacks (abhgupta at redhat.com)
+- Rename migrate to upgrade in code (pmorie at gmail.com)
+- Move core migration into origin-server (pmorie at gmail.com)
+
+* Tue Jun 25 2013 Adam Miller <admiller at redhat.com> 1.11.1-1
+- bump_minor_versions for sprint 30 (admiller at redhat.com)
+
+* Tue Jun 18 2013 Adam Miller <admiller at redhat.com> 1.10.3-1
+- Bug 972757 (asari.ruby at gmail.com)
+
+* Tue Jun 11 2013 Troy Dawson <tdawson at redhat.com> 1.10.2-1
+- Node timeout handling improvements (ironcladlou at gmail.com)
+- Remove any_validator hack. F19 mcollective includes this already.
+  (kraman at gmail.com)
+
+* Tue Jun 11 2013 Troy Dawson <tdawson at redhat.com> 1.10.1-1
+- Bump up version to 1.10
+
+* Thu May 30 2013 Adam Miller <admiller at redhat.com> 1.8.1-1
+- bump_minor_versions for sprint 29 (admiller at redhat.com)
+
 * Thu May 16 2013 Adam Miller <admiller at redhat.com> 1.7.2-1
 - Removing code dealing with namespace updates for applications
   (abhgupta at redhat.com)
@@ -79,12 +103,6 @@ chmod 644 %{buildroot}%{mco_root}validator/*
   (dmcphers at redhat.com)
 - WIP Cartridge Refactor - Cartridge Repository (jhonce at redhat.com)
 
-* Thu Mar 14 2013 Troy Dawson <tdawson at redhat.com> 1.4.1-4
-- mcollective conflict fix now works with F19+
-
-* Thu Mar 14 2013 Troy Dawson <tdawson at redhat.com> 1.4.1-3
-- Fix mcollective 2.2.3+ validator conflict
-
 * Thu Mar 07 2013 Adam Miller <admiller at redhat.com> 1.4.1-1
 - bump_minor_versions for sprint 25 (admiller at redhat.com)
 
diff --git a/sources b/sources
index e754b2c..c20eb47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b60ea9fe9551233f4900e03d0226a5f5  openshift-origin-msg-common-1.7.2.tar.gz
+ff681206be0fbc154a414756da874254  openshift-origin-msg-common-1.11.3.tar.gz


More information about the scm-commits mailing list