[openshift-origin-msg-node-mcollective] update to latest release

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


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

    update to latest release

 .gitignore                                 |    1 +
 openshift-origin-msg-node-mcollective.spec |   59 +++++++++++++++++++++++----
 sources                                    |    2 +-
 3 files changed, 52 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 831419f..d27e0f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /openshift-origin-msg-node-mcollective-1.4.3.tar.gz
 /openshift-origin-msg-node-mcollective-1.5.10.tar.gz
 /openshift-origin-msg-node-mcollective-1.9.4.tar.gz
+/openshift-origin-msg-node-mcollective-1.11.5.tar.gz
diff --git a/openshift-origin-msg-node-mcollective.spec b/openshift-origin-msg-node-mcollective.spec
index 80c3546..ec2ce44 100644
--- a/openshift-origin-msg-node-mcollective.spec
+++ b/openshift-origin-msg-node-mcollective.spec
@@ -1,15 +1,14 @@
-%if 0%{?fedora}
+%if 0%{?fedora}%{?rhel} <= 6
+    %global vendor_ruby /opt/rh/%{scl}/root/usr/share/ruby/vendor_ruby/
+    %global mco_agent_root /opt/rh/%{scl}/root/usr/libexec/mcollective/mcollective/agent/
+%else
     %global vendor_ruby /usr/share/ruby/vendor_ruby/
     %global mco_agent_root /usr/libexec/mcollective/mcollective/agent/
 %endif
-%if 0%{?rhel}
-    %global vendor_ruby /opt/rh/ruby193/root/usr/share/ruby/vendor_ruby/
-    %global mco_agent_root /opt/rh/ruby193/root/usr/libexec/mcollective/mcollective/agent/
-%endif
 
 Summary:       M-Collective agent file for openshift-origin-msg-node-mcollective
 Name:          openshift-origin-msg-node-mcollective
-Version:       1.9.4
+Version: 1.11.5
 Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
@@ -50,9 +49,51 @@ cp -p facts/update_yaml.rb %{buildroot}/usr/libexec/mcollective/
 %attr(0700,-,-) %config(noreplace) /etc/cron.minutely/openshift-facts
 
 %changelog
-* Thu Jun 06 2013 Adam Miller <admiller at redhat.com> 1.9.4-1
-- Change working directory to GEAR_BASE_DIR for openshift mcol agent
-  (pmorie at gmail.com)
+* Wed Jul 10 2013 Adam Miller <admiller at redhat.com> 1.11.5-1
+- Merge pull request #3031 from rajatchopra/master
+  (dmcphers+openshiftbot at redhat.com)
+- mcoll action for getting env vars for a gear (rchopra at redhat.com)
+- Fix gear env loading by using ApplicationContainer::from_uuid instead of
+  ApplicationContainer::new (kraman at gmail.com)
+
+* Fri Jul 05 2013 Adam Miller <admiller at redhat.com> 1.11.4-1
+- Routing plug-in for broker. Code base from github/miciah/broker-plugin-
+  routing-activemq (miciah.masters at gmail.com)
+
+* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 1.11.3-1
+- Merge pull request #2934 from kraman/libvirt-f19-2
+  (dmcphers+openshiftbot at redhat.com)
+- Fixing class/module namespaces Fixing tests Fixing rebase errors Un-hardcode
+  context in step_definitions/cartridge-php_steps.rb Fixing paths that were
+  broken when going from File.join -> PathUtils.join (kraman at gmail.com)
+- Refactor code to use run_in_container_context/run_in_root_context calls
+  instead of generically calling oo_spawn and passing uid. Modify frontend
+  httpd/proxy classes to accept a container object instead of indivigual
+  properties (kraman at gmail.com)
+- Moving Node classes into Runtime namespace Removing UnixUser Moving
+  functionality into SELinux plugin class (kraman at gmail.com)
+
+* Tue Jul 02 2013 Adam Miller <admiller at redhat.com> 1.11.2-1
+- Moving scaled deploy into the platform (dmcphers at redhat.com)
+- 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)
+
+* Mon Jun 17 2013 Adam Miller <admiller at redhat.com> 1.10.2-1
+- remove threads for now (rchopra at redhat.com)
+- parallelization of app events across gears (rchopra at redhat.com)
+- Node timeout handling improvements (ironcladlou at gmail.com)
+- Change working directory to /tmp for openshift mcol agent (pmorie at gmail.com)
+- Make NodeLogger pluggable (ironcladlou at gmail.com)
+
+* Thu May 30 2013 Adam Miller <admiller at redhat.com> 1.10.1-1
+- bump_minor_versions for sprint 29 (admiller at redhat.com)
 
 * Fri May 24 2013 Adam Miller <admiller at redhat.com> 1.9.3-1
 - Bug 965317 - Add way to patch File class so all files have sync enabled.
diff --git a/sources b/sources
index d726de7..713f49f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf5c6266cfece81771caee583b3b69c3  openshift-origin-msg-node-mcollective-1.9.4.tar.gz
+9f5781308cd861b361f5670eedd23ed5  openshift-origin-msg-node-mcollective-1.11.5.tar.gz


More information about the scm-commits mailing list