[mcollective-qpid-plugin] update to 1.1.1

tdawson tdawson at fedoraproject.org
Thu Dec 6 14:53:27 UTC 2012


commit 8d602973313331bc1e15817fbeeee6957b309dc9
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Dec 6 08:53:22 2012 -0600

    update to 1.1.1

 .gitignore                   |    1 +
 mcollective-qpid-plugin.spec |   55 +++++++++++++++++++++++++++++------------
 sources                      |    2 +-
 3 files changed, 41 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 778dafa..f87fa2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /mcollective-qpid-plugin-0.1.1.tar.gz
 /mcollective-qpid-plugin-1.0.1.tar.gz
+/mcollective-qpid-plugin-1.1.1.tar.gz
diff --git a/mcollective-qpid-plugin.spec b/mcollective-qpid-plugin.spec
index edaf0c6..23d28a2 100644
--- a/mcollective-qpid-plugin.spec
+++ b/mcollective-qpid-plugin.spec
@@ -1,17 +1,18 @@
-Summary:        Plugin to enable m-collective communication over amqp 1.0 enabled broker
+Summary:        m-collective communication plugin for amqp enabled qpid broker
 Name:           mcollective-qpid-plugin
-Version:        1.0.1
+Version:        1.1.1
 Release:        1%{?dist}
 Group:          Development/Languages
 License:        ASL 2.0
 URL:            http://openshift.redhat.com
-Source0:        https://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
+Source0:        https://mirror.openshift.com/pub/origin-server/source/%{name}/%{name}-%{version}.tar.gz
 Requires:       mcollective
 Requires:       ruby-qpid-qmf
 BuildArch:      noarch
 
 %description
 m-collective communication plugin for amqp 1.0 enabled qpid broker
+Plugin to enable m-collective communication over amqp 1.0 enabled broker
 
 %prep
 %setup -q
@@ -19,24 +20,46 @@ m-collective communication plugin for amqp 1.0 enabled qpid broker
 %build
 
 %install
-mkdir -p %{buildroot}%{_libexecdir}/mcollective/mcollective/connector/
-install -Dp -m0644 src/qpid.rb %{buildroot}%{_libexecdir}/mcollective/mcollective/connector/
+mkdir -p %{buildroot}/usr/libexec/mcollective/mcollective/connector/
+cp src/qpid.rb %{buildroot}/usr/libexec/mcollective/mcollective/connector/
 
 %files
-%doc COPYRIGHT LICENSE
-%{_libexecdir}/mcollective/mcollective/connector/qpid.rb
+%doc COPYRIGHT LICENSE README.md
+/usr/libexec/mcollective/mcollective/connector/qpid.rb
 
 %changelog
-* Mon Nov 05 2012 Adam Miller <admiller at redhat.com> 1.0.1-1
-- Updating to latest upstream release
+* Thu Nov 08 2012 Adam Miller <admiller at redhat.com> 1.1.1-1
+- Bumping specs to at least 1.1 (dmcphers at redhat.com)
 
-* Thu Aug 02 2012 Adam Miller <admiller at redhat.com> 0.1.1-3
-- Updating source0 to point to correct location 
-- Removed unnecessary rm -rf from install 
+* Tue Oct 30 2012 Adam Miller <admiller at redhat.com> 1.0.1-1
+- bumping specs to at least 1.0.0 (dmcphers at redhat.com)
 
-* Wed Aug 01 2012 Adam Miller <admiller at redhat.com> 0.1.1-2
-- clean up cruft for package review
-- included re-released upstream version with COPYRIGHT and LICSENSE 
+* Thu Oct 18 2012 Adam Miller <admiller at redhat.com> 0.2.4-1
+- Fixed broker/node setup scripts to install cgroup services. Fixed
+  mcollective-qpid plugin so it installs during origin package build. Updated
+  cgroups init script to work with both systemd and init.d Updated oo-trap-user
+  script Renamed oo-cgroups to openshift-cgroups (service and init.d) and
+  created oo-admin-ctl-cgroups Pulled in oo-get-mcs-level and abstract/util
+  from origin-selinux branch Fixed invalid file path in rubygem-openshift-
+  origin-auth-mongo spec Fixed invlaid use fo Mcollective::Config in
+  mcollective-qpid-plugin (kraman at gmail.com)
+
+* Mon Oct 15 2012 Adam Miller <admiller at redhat.com> 0.2.3-1
+- Centralize plug-in configuration (miciah.masters at gmail.com)
+
+* Fri Oct 05 2012 Krishna Raman <kraman at gmail.com> 0.2.2-1
+- Rename pass 3: Manual fixes (kraman at gmail.com)
+- Rename pass 2: variables, modules, classes (kraman at gmail.com)
+- Rename pass 1: files, directories (kraman at gmail.com)
+
+* Thu Aug 02 2012 Adam Miller <admiller at redhat.com> 0.2.1-1
+- bump_minor_versions for sprint 16 (admiller at redhat.com)
+
+* Mon Jul 30 2012 Dan McPherson <dmcphers at redhat.com> 0.1.3-1
+- Adding license files (kraman at gmail.com)
+
+* Thu Jul 19 2012 Adam Miller <admiller at redhat.com> 0.1.2-1
+- test case reorg (dmcphers at redhat.com)
 
 * Wed Jul 11 2012 Adam Miller <admiller at redhat.com> 0.1.1-1
 - bump_minor_versions for sprint 15 (admiller at redhat.com)
@@ -48,7 +71,7 @@ install -Dp -m0644 src/qpid.rb %{buildroot}%{_libexecdir}/mcollective/mcollectiv
 - Automatic commit of package [mcollective-qpid-plugin] release [0.0.1-1].
   (kraman at gmail.com)
 - MCollective updates - Added mcollective-qpid plugin - Added mcollective-
-  gearchanger plugin - Added mcollective agent and facter plugins - Added
+  msg-broker plugin - Added mcollective agent and facter plugins - Added
   option to support ignoring node profile - Added systemu dependency for
   mcollective-client (kraman at gmail.com)
 
diff --git a/sources b/sources
index 5fb5bf9..5170c22 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89a3c3c9283129cffa90218051f3bf2d  mcollective-qpid-plugin-1.0.1.tar.gz
+1552976262de439114f62d4fb3db22a2  mcollective-qpid-plugin-1.1.1.tar.gz


More information about the scm-commits mailing list