%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 1.0.3-1 - Automatic commit of package [openshift-origin-msg-common] release [1.0.2-1]. (dmcphers@redhat.com) - more mco 2.2 changes (dmcphers@redhat.com) - Automatic commit of package [openshift-origin-msg-common] release [1.0.1-1]. (dmcphers@redhat.com) - repacking for mco 2.2 (dmcphers@redhat.com) * Mon Dec 03 2012 Dan McPherson 1.0.2-1 - more mco 2.2 changes (dmcphers@redhat.com) - Automatic commit of package [openshift-origin-msg-common] release [1.0.1-1]. (dmcphers@redhat.com) - repacking for mco 2.2 (dmcphers@redhat.com) * Mon Dec 03 2012 Dan McPherson 1.0.1-1 - new package built with tito * Mon Dec 3 2012 Dan McPherson 1.0.0-1 - Initial commit