[mcollective-qpid-plugin/f18] first commit to Fedora

Adam Miller maxamillion at fedoraproject.org
Tue Aug 14 13:58:07 UTC 2012


commit 412b4c716082e829432e42db3ccf8fdd0da00c64
Author: Adam Miller <maxamillion at fedoraproject.org>
Date:   Tue Aug 14 08:58:29 2012 -0500

    first commit to Fedora

 .gitignore                   |    1 +
 mcollective-qpid-plugin.spec |   54 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 3 files changed, 56 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a803c25 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mcollective-qpid-plugin-0.1.1.tar.gz
diff --git a/mcollective-qpid-plugin.spec b/mcollective-qpid-plugin.spec
new file mode 100644
index 0000000..734ab00
--- /dev/null
+++ b/mcollective-qpid-plugin.spec
@@ -0,0 +1,54 @@
+Summary:        Plugin to enable m-collective communication over amqp 1.0 enabled broker
+Name:           mcollective-qpid-plugin
+Version:        0.1.1
+Release:        3%{?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
+Requires:       mcollective
+Requires:       ruby-qpid-qmf
+BuildArch:      noarch
+
+%description
+m-collective communication plugin for amqp 1.0 enabled qpid broker
+
+%prep
+%setup -q
+
+%build
+
+%install
+mkdir -p %{buildroot}%{_libexecdir}/mcollective/mcollective/connector/
+install -Dp -m0644 src/qpid.rb %{buildroot}%{_libexecdir}/mcollective/mcollective/connector/
+
+%files
+%doc COPYRIGHT LICENSE
+%{_libexecdir}/mcollective/mcollective/connector/qpid.rb
+
+%changelog
+* 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 
+
+* 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 
+
+* Wed Jul 11 2012 Adam Miller <admiller at redhat.com> 0.1.1-1
+- bump_minor_versions for sprint 15 (admiller at redhat.com)
+
+* Mon Jul 09 2012 Dan McPherson <dmcphers at redhat.com> 0.0.3-1
+- Fix for BZ 838000. (mpatel at redhat.com)
+
+* Tue Jul 03 2012 Adam Miller <admiller at redhat.com> 0.0.2-1
+- 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
+  option to support ignoring node profile - Added systemu dependency for
+  mcollective-client (kraman at gmail.com)
+
+* Fri Jun 29 2012 Krishna Raman <kraman at gmail.com> 0.0.1-1
+- new package built with tito
+
diff --git a/sources b/sources
index e69de29..13c59c0 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f306b92b64ca012138e65cb9e25c451b  mcollective-qpid-plugin-0.1.1.tar.gz


More information about the scm-commits mailing list