[openshift-origin-msg-common] update to latest release

tdawson tdawson at fedoraproject.org
Tue Mar 12 20:35:09 UTC 2013


commit 573dbac86c9d2fb924458073c484474427cb0c8d
Author: Troy Dawson <tdawson at redhat.com>
Date:   Tue Mar 12 15:34:55 2013 -0500

    update to latest release

 .gitignore                       |    1 +
 openshift-origin-msg-common.spec |   35 ++++++++++++++++++++++-------------
 sources                          |    2 +-
 3 files changed, 24 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb96f65..ef612aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /openshift-origin-msg-common-1.0.3.tar.gz
 /openshift-origin-msg-common-1.1.2.tar.gz
 /openshift-origin-msg-common-1.3.2.tar.gz
+/openshift-origin-msg-common-1.4.1.tar.gz
diff --git a/openshift-origin-msg-common.spec b/openshift-origin-msg-common.spec
index 388add2..a1ff2a2 100644
--- a/openshift-origin-msg-common.spec
+++ b/openshift-origin-msg-common.spec
@@ -1,19 +1,18 @@
-%if 0%{?fedora}
-    %global mco_root /usr/libexec/mcollective/mcollective/
-%endif
-%if 0%{?rhel}
+%if 0%{?fedora}%{?rhel} <= 6
     %global mco_root /opt/rh/ruby193/root/usr/libexec/mcollective/mcollective/
+%else
+    %global mco_root /usr/libexec/mcollective/mcollective/
 %endif
 
-Summary:        Common msg components for OpenShift server and node
-Name:           openshift-origin-msg-common
-Version:        1.3.2
-Release:        1%{?dist}
-License:        ASL 2.0
-URL:            http://openshift.redhat.com
-Source0:        http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
-Requires:       %{?scl:%scl_prefix}mcollective-common
-BuildArch:      noarch
+Summary:       Common msg components for OpenShift server and node
+Name:          openshift-origin-msg-common
+Version:       1.4.1
+Release:       1%{?dist}
+License:       ASL 2.0
+URL:           http://openshift.redhat.com
+Source0:       http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
+Requires:      %{?scl:%scl_prefix}mcollective-common
+BuildArch:     noarch
 
 %description
 Provides the common dependencies of the msg components
@@ -37,6 +36,16 @@ chmod 644 %{buildroot}%{mco_root}validator/*
 %{mco_root}validator/*
 
 %changelog
+* Thu Mar 07 2013 Adam Miller <admiller at redhat.com> 1.4.1-1
+- bump_minor_versions for sprint 25 (admiller at redhat.com)
+
+* Tue Feb 19 2013 Adam Miller <admiller at redhat.com> 1.3.3-1
+- Commands and mcollective calls for each FrontendHttpServer API.
+  (rmillner at redhat.com)
+- Switch from VirtualHosts to mod_rewrite based routing to support high
+  density. (rmillner at redhat.com)
+- Fixes for ruby193 (john at ibiblio.org)
+
 * Fri Feb 08 2013 Adam Miller <admiller at redhat.com> 1.3.2-1
 - change %%define to %%global (tdawson at redhat.com)
 
diff --git a/sources b/sources
index 8a1adae..f8c1a73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-94f5b46b3b5d2119161b95d45e1318cd  openshift-origin-msg-common-1.3.2.tar.gz
+3c039b6b70245d53e001112917df99f4  openshift-origin-msg-common-1.4.1.tar.gz


More information about the scm-commits mailing list