[kubernetes] Bump to upstream a18cdac616962a2c486feb22afa3538fc3cf3a3a

Eric Paris eparis at fedoraproject.org
Fri Oct 31 12:51:53 UTC 2014


commit c638c2eb1bbd244c45cced3539dba57fffa545dc
Author: Eric Paris <eparis at redhat.com>
Date:   Fri Oct 31 08:51:59 2014 -0400

    Bump to upstream a18cdac616962a2c486feb22afa3538fc3cf3a3a

 .gitignore      |    1 +
 kubernetes.spec |    9 ++++++---
 sources         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03f2f5a..2ab6ce2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /kubernetes-1c61486.tar.gz
 /kubernetes-8e1d416.tar.gz
 /kubernetes-78df011.tar.gz
+/kubernetes-a18cdac.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index d08179a..ce01f96 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		78df01172af5cc132b7276afb668d31e91e61c11
+%global commit		a18cdac616962a2c486feb22afa3538fc3cf3a3a
 %global shortcommit	%(c=%{commit}; echo ${c:0:7})
 
 #binaries which should be called kube-*
@@ -18,7 +18,7 @@
 
 Name:		kubernetes
 Version:	0.4+
-Release:	397.0.git%{shortcommit}%{?dist}
+Release:	426.0.git%{shortcommit}%{?dist}
 Summary:	Container cluster management
 License:	ASL 2.0
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
@@ -84,7 +84,7 @@ BuildRequires:	golang(gopkg.in/v1/yaml)
 %build
 export KUBE_GIT_COMMIT=%{commit}
 export KUBE_GIT_TREE_STATE="dirty"
-export KUBE_GIT_VERSION=v0.4-397-g78df01172af5cc
+export KUBE_GIT_VERSION=v0.4-426-ga18cdac616962a
 
 export KUBE_EXTRA_GOPATH=%{gopath}
 export KUBE_NO_GODEPS="true"
@@ -193,6 +193,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Fri Oct 31 2014 Eric Paris <eparis at redhat.com - 0.4+-426.0.gita18cdac
+- Bump to upstream a18cdac616962a2c486feb22afa3538fc3cf3a3a
+
 * Thu Oct 30 2014 Eric Paris <eparis at redhat.com - 0.4+-397.0.git78df011
 - Bump to upstream 78df01172af5cc132b7276afb668d31e91e61c11
 
diff --git a/sources b/sources
index 95648bc..08eacc9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8b946816dda51dab76d293197ce58d2c  kubernetes-78df011.tar.gz
+5f57bef6ebb85f15b207c99327222413  kubernetes-a18cdac.tar.gz


More information about the scm-commits mailing list