[openshift-origin-port-proxy] update to version 1.1.3

tdawson tdawson at fedoraproject.org
Wed Dec 19 20:40:12 UTC 2012


commit 1a5208f66b01a5a5068d5ec91d180b1b65c4de80
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Dec 19 14:40:06 2012 -0600

    update to version 1.1.3

 .gitignore                       |    1 +
 openshift-origin-port-proxy.spec |   13 ++++++++-----
 sources                          |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4051778..bad215b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /openshift-origin-port-proxy-0.3.3.tar.gz
 /openshift-origin-port-proxy-1.1.1.tar.gz
+/openshift-origin-port-proxy-1.1.3.tar.gz
diff --git a/openshift-origin-port-proxy.spec b/openshift-origin-port-proxy.spec
index 80cfcee..c517271 100644
--- a/openshift-origin-port-proxy.spec
+++ b/openshift-origin-port-proxy.spec
@@ -1,7 +1,7 @@
 Summary:       Script to configure HAProxy to do port forwarding for OpenShift
 Name:          openshift-origin-port-proxy
-Version:       1.1.1
-Release:       2%{?dist}
+Version: 1.1.3
+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
@@ -15,7 +15,6 @@ Requires:      rubygem(openshift-origin-node)
 Requires:      sed
 Obsoletes:     stickshift-port-proxy
 
-
 %if 0%{?fedora} >= 16 || 0%{?rhel} >= 7
 %define with_systemd 1
 %else
@@ -91,8 +90,12 @@ fi
 %config(noreplace) %{_sysconfdir}/openshift/port-proxy.cfg
 
 %changelog
-* Tue Nov 27 2012 Troy Dawson <tdawson at redhat.com> 1.1.1-2
-- Cleanup spec file to fedora standards
+* Mon Dec 10 2012 Adam Miller <admiller at redhat.com> 1.1.3-1
+- BZ876939 - Return "FAILED" if trying to stop openshift-port-proxy which is
+  already stopped (bleanhar at redhat.com)
+
+* Tue Dec 04 2012 Adam Miller <admiller at redhat.com> 1.1.2-1
+- updated spec file to be in line with fedora (tdawson at redhat.com)
 
 * 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)
diff --git a/sources b/sources
index c903dfa..f2b3e99 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-75b159214bb5906dd5e633fa4a234f64  openshift-origin-port-proxy-1.1.1.tar.gz
+b8aeab8705be12600a9960d4f499c3d5  openshift-origin-port-proxy-1.1.3.tar.gz


More information about the scm-commits mailing list