[rubygem-openshift-origin-msg-broker-mcollective] updating to 1.2.7

tdawson tdawson at fedoraproject.org
Tue Jan 15 22:31:32 UTC 2013


commit ca11f17f8cce946a46dcbae35e3e8c7a920a31b5
Author: Troy Dawson <tdawson at redhat.com>
Date:   Tue Jan 15 16:31:25 2013 -0600

    updating to 1.2.7

 .gitignore                                         |    1 +
 ...em-openshift-origin-msg-broker-mcollective.spec |   54 ++++++++++++++++---
 sources                                            |    2 +-
 3 files changed, 47 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d848017..9415f37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /openshift-origin-msg-broker-mcollective-0.1.1.gem
 /openshift-origin-msg-broker-mcollective-1.0.1.gem
 /openshift-origin-msg-broker-mcollective-1.1.6.gem
+/openshift-origin-msg-broker-mcollective-1.2.7.gem
diff --git a/rubygem-openshift-origin-msg-broker-mcollective.spec b/rubygem-openshift-origin-msg-broker-mcollective.spec
index f5baf64..f826a15 100644
--- a/rubygem-openshift-origin-msg-broker-mcollective.spec
+++ b/rubygem-openshift-origin-msg-broker-mcollective.spec
@@ -9,7 +9,7 @@
 
 Summary:        OpenShift plugin for mcollective service
 Name:           rubygem-%{gem_name}
-Version:        1.1.6
+Version:        1.2.7
 Release:        2%{?dist}
 Group:          Development/Languages
 License:        ASL 2.0
@@ -28,9 +28,9 @@ Requires:       qpid-cpp-client
 Requires:       ruby-qpid-qmf
 Requires:       selinux-policy-targeted
 Requires:       policycoreutils-python
+Requires:       openshift-origin-msg-common
+Requires:       %{?scl:%scl_prefix}ruby-qpid-qmf
 %if 0%{?fedora}%{?rhel} <= 6
-Requires:       ruby193-mcollective-common
-Requires:       ruby193-ruby-qpid-qmf
 BuildRequires:  ruby193-build
 BuildRequires:  scl-utils-build
 %endif
@@ -91,14 +91,50 @@ rm -rf %{buildroot}
 %attr(0644,-,-) %ghost /etc/mcollective/client.cfg
 
 %changelog
-* Thu Dec 06 2012 Troy Dawson <tdawson at redhat.com> 1.1.6-2
-- Changed source from tar to gem
-
-* Mon Nov 26 2012 Adam Miller <admiller at redhat.com> 1.1.6-1
+* Tue Jan 15 2013 Troy Dawson <tdawson at redhat.com> 1.2.7-2
+- Change the source from a tar to gem
+
+* Mon Dec 10 2012 Adam Miller <admiller at redhat.com> 1.2.7-1
+- fix for bug 883607 (abhgupta at redhat.com)
+
+* Fri Dec 07 2012 Adam Miller <admiller at redhat.com> 1.2.6-1
+- Merge pull request #1035 from abhgupta/abhgupta-dev
+  (openshift+bot at redhat.com)
+- fix for bugs 883554 and 883752 (abhgupta at redhat.com)
+
+* Fri Dec 07 2012 Adam Miller <admiller at redhat.com> 1.2.5-1
+- Move last_access file with gear (pmorie at gmail.com)
+- Use correct alias method during gear post-move (ironcladlou at gmail.com)
+
+* Wed Dec 05 2012 Adam Miller <admiller at redhat.com> 1.2.4-1
+- Fix incorrect filter in finding district (rpenta at redhat.com)
+- updated gemspecs so they work with scl rpm spec files. (tdawson at redhat.com)
+
+* Tue Dec 04 2012 Adam Miller <admiller at redhat.com> 1.2.3-1
+- more mco 2.2 changes (dmcphers at redhat.com)
+- repacking for mco 2.2 (dmcphers at redhat.com)
+- Refactor tidy into the node library (ironcladlou at gmail.com)
+- Move add/remove alias to the node API. (rmillner at redhat.com)
+- mco value passing cleanup (dmcphers at redhat.com)
+
+* Thu Nov 29 2012 Adam Miller <admiller at redhat.com> 1.2.2-1
+- Various mcollective changes getting ready for 2.2 (dmcphers at redhat.com)
+- Move force-stop into the the node library (ironcladlou at gmail.com)
+- BZ876465  Embedding scalable app (php) with jenkins fails to create a new
+  builder (calfonso at redhat.com)
+- use a more reasonable large disctimeout (dmcphers at redhat.com)
 - Changing same uid move to rsync (dmcphers at redhat.com)
-
-* Mon Nov 19 2012 Adam Miller <admiller at redhat.com> 1.1.5-1
+- Merge pull request #957 from rajatchopra/master (openshift+bot at redhat.com)
+- Merge pull request #956 from danmcp/master (openshift+bot at redhat.com)
+- fix get_all_gears to provide Integer value of uid (rchopra at redhat.com)
+- Merge pull request #953 from rajatchopra/master (dmcphers at redhat.com)
+- Add method to get the active gears (dmcphers at redhat.com)
 - add obsoletes (dmcphers at redhat.com)
+- reform the get_all_gears call and add capability to reserve a specific uid
+  from a district (rchopra at redhat.com)
+
+* Sat Nov 17 2012 Adam Miller <admiller at redhat.com> 1.2.1-1
+- bump_minor_versions for sprint 21 (admiller at redhat.com)
 
 * Fri Nov 16 2012 Adam Miller <admiller at redhat.com> 1.1.4-1
 - Bug 876459 (dmcphers at redhat.com)
diff --git a/sources b/sources
index b9b738f..806f351 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15246374f7d23119a88f4e241ee1edda  openshift-origin-msg-broker-mcollective-1.1.6.gem
+e37b73e8c154d85cb0c86893c3acefb1  openshift-origin-msg-broker-mcollective-1.2.7.gem


More information about the scm-commits mailing list