[kubernetes] Bump to upstream 162e4983b947d2f6f858ca7607869d70627f5dff

Eric Paris eparis at fedoraproject.org
Mon Nov 24 13:44:14 UTC 2014


commit 32e5fa75a4698f6d4b07fdaf103cf18c3f2ae8a3
Author: Eric Paris <eparis at redhat.com>
Date:   Mon Nov 24 08:43:54 2014 -0500

    Bump to upstream 162e4983b947d2f6f858ca7607869d70627f5dff

 .gitignore      |    1 +
 kubernetes.spec |    9 ++++++---
 sources         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1179529..e9a0090 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@
 /kubernetes-df0981b.tar.gz
 /kubernetes-c6158b8.tar.gz
 /kubernetes-3f74a1e.tar.gz
+/kubernetes-162e498.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index 94f251f..28e8486 100644
--- a/kubernetes.spec
+++ b/kubernetes.spec
@@ -1,7 +1,7 @@
 #debuginfo not supported with Go
 %global debug_package	%{nil}
 %global import_path	github.com/GoogleCloudPlatform/kubernetes
-%global commit		3f74a1e9f56b3c3502762930c0c551ccab0557ea
+%global commit		162e4983b947d2f6f858ca7607869d70627f5dff
 %global shortcommit	%(c=%{commit}; echo ${c:0:7})
 
 #I really need this, otherwise "version_ldflags=$(kube::version_ldflags)"
@@ -11,7 +11,7 @@
 
 Name:		kubernetes
 Version:	0.5
-Release:	105.0.git%{shortcommit}%{?dist}
+Release:	125.0.git%{shortcommit}%{?dist}
 Summary:	Container cluster management
 License:	ASL 2.0
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
@@ -79,7 +79,7 @@ BuildRequires:	golang(gopkg.in/v1/yaml)
 
 %build
 export KUBE_GIT_COMMIT=%{commit}
-export KUBE_GIT_VERSION=v0.5-105-g3f74a1e9f56b3c
+export KUBE_GIT_VERSION=v0.5-125-g162e4983b947d2
 
 %if 0%{?fedora}
 export KUBE_GIT_TREE_STATE="dirty"
@@ -178,6 +178,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Mon Nov 24 2014 Eric Paris <eparis at redhat.com> - 0.5-125.0.git162e498
+- Bump to upstream 162e4983b947d2f6f858ca7607869d70627f5dff
+
 * Fri Nov 21 2014 Eric Paris <eparis at redhat.com> - 0.5-105.0.git3f74a1e
 - Bump to upstream 3f74a1e9f56b3c3502762930c0c551ccab0557ea
 
diff --git a/sources b/sources
index a3d418a..409762a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-745bef6dd02806616562a223fb0d7403  kubernetes-3f74a1e.tar.gz
+8fc57cd5d197fb56894e2d7393f6d127  kubernetes-162e498.tar.gz


More information about the scm-commits mailing list