[kubernetes] Bump to upstream 64e07f7fe03d8692c685b09770c45f364967a119

Eric Paris eparis at fedoraproject.org
Tue Nov 25 14:52:19 UTC 2014


commit e29c554706bd2e189677b9617fa89fa9937c29fd
Author: Eric Paris <eparis at redhat.com>
Date:   Tue Nov 25 09:52:05 2014 -0500

    Bump to upstream 64e07f7fe03d8692c685b09770c45f364967a119

 .gitignore      |    1 +
 kubernetes.spec |    9 ++++++---
 sources         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e9a0090..7011050 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /kubernetes-c6158b8.tar.gz
 /kubernetes-3f74a1e.tar.gz
 /kubernetes-162e498.tar.gz
+/kubernetes-64e07f7.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index c8baba0..e4b0f40 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		162e4983b947d2f6f858ca7607869d70627f5dff
+%global commit		64e07f7fe03d8692c685b09770c45f364967a119
 %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:	125.0.git%{shortcommit}%{?dist}
+Release:	174.0.git%{shortcommit}%{?dist}
 Summary:	Container cluster management
 License:	ASL 2.0
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
@@ -81,7 +81,7 @@ BuildRequires:	golang(gopkg.in/v1/yaml)
 %build
 export KUBE_GIT_TREE_STATE="clean"
 export KUBE_GIT_COMMIT=%{commit}
-export KUBE_GIT_VERSION=v0.5-125-g162e4983b947d2
+export KUBE_GIT_VERSION=v0.5-174-g64e07f7fe03d86
 
 %if 0%{?fedora}
 export KUBE_GIT_TREE_STATE="dirty"
@@ -180,6 +180,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Tue Nov 25 2014 Eric Paris <eparis at redhat.com> - 0.5-174.0.git64e07f7
+- Bump to upstream 64e07f7fe03d8692c685b09770c45f364967a119
+
 * Mon Nov 24 2014 Eric Paris <eparis at redhat.com> - 0.5-125.0.git162e498
 - Bump to upstream 162e4983b947d2f6f858ca7607869d70627f5dff
 
diff --git a/sources b/sources
index 409762a..f18ef1b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8fc57cd5d197fb56894e2d7393f6d127  kubernetes-162e498.tar.gz
+057edca29d9a88b690216deee57662ad  kubernetes-64e07f7.tar.gz


More information about the scm-commits mailing list