[openshift-origin-msg-common] Initial import (#891438).

tdawson tdawson at fedoraproject.org
Fri Jan 4 19:31:40 UTC 2013


commit ab58bf18fe48b276f0ce8e1b07d62feb1d486bb8
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Jan 4 13:31:34 2013 -0600

    Initial import (#891438).

 .gitignore                       |    1 +
 openshift-origin-msg-common.spec |   63 ++++++++++++++++++++++++++++++++++++++
 sources                          |    1 +
 3 files changed, 65 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..906d633 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/openshift-origin-msg-common-1.0.3.tar.gz
diff --git a/openshift-origin-msg-common.spec b/openshift-origin-msg-common.spec
new file mode 100644
index 0000000..cbb02a1
--- /dev/null
+++ b/openshift-origin-msg-common.spec
@@ -0,0 +1,63 @@
+%if 0%{?fedora}%{?rhel} <= 6
+    %global scl ruby193
+    %global scl_prefix ruby193-
+%endif
+
+%if 0%{?fedora}
+    %global mco_root /usr/libexec/mcollective/mcollective/
+%endif
+%if 0%{?rhel}
+    %global mco_root /opt/rh/ruby193/root/usr/libexec/mcollective/mcollective/
+%endif
+
+Summary:        Common msg components for OpenShift server and node
+Name:           openshift-origin-msg-common
+Version:        1.0.3
+Release:        1%{?dist}
+License:        ASL 2.0
+URL:            http://openshift.redhat.com
+Source0:        http://mirror.openshift.com/pub/origin-server/source/%{name}/%{name}-%{version}.tar.gz
+Requires:       %{?scl:%scl_prefix}mcollective-common
+BuildArch:      noarch
+
+%description
+Provides the common dependencies of the msg components
+for OpenShift server and node
+
+%prep
+%setup -q
+
+%build
+
+%install
+mkdir -p %{buildroot}%{mco_root}agent
+mkdir -p %{buildroot}%{mco_root}validator
+cp -p agent/* %{buildroot}%{mco_root}agent/
+cp -p validator/* %{buildroot}%{mco_root}validator/
+chmod 644 %{buildroot}%{mco_root}agent/*
+chmod 644 %{buildroot}%{mco_root}validator/*
+
+%files
+%{mco_root}agent/*
+%{mco_root}validator/*
+
+%changelog
+* Mon Dec 03 2012 Dan McPherson <dmcphers at redhat.com> 1.0.3-1
+- Automatic commit of package [openshift-origin-msg-common] release [1.0.2-1].
+  (dmcphers at redhat.com)
+- more mco 2.2 changes (dmcphers at redhat.com)
+- Automatic commit of package [openshift-origin-msg-common] release [1.0.1-1].
+  (dmcphers at redhat.com)
+- repacking for mco 2.2 (dmcphers at redhat.com)
+
+* Mon Dec 03 2012 Dan McPherson <dmcphers at redhat.com> 1.0.2-1
+- more mco 2.2 changes (dmcphers at redhat.com)
+- Automatic commit of package [openshift-origin-msg-common] release [1.0.1-1].
+  (dmcphers at redhat.com)
+- repacking for mco 2.2 (dmcphers at redhat.com)
+
+* Mon Dec 03 2012 Dan McPherson <dmcphers at redhat.com> 1.0.1-1
+- new package built with tito
+
+* Mon Dec 3 2012 Dan McPherson <dmcphers at redhat.com> 1.0.0-1
+- Initial commit
diff --git a/sources b/sources
index e69de29..394f06a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+cad7156e72ce37a9b66ee52026a672c8  openshift-origin-msg-common-1.0.3.tar.gz


More information about the scm-commits mailing list