[kubernetes] Bump to upstream 30fcf241312f6d0767c7d9305b4c462f1655f790

Eric Paris eparis at fedoraproject.org
Tue Nov 11 14:43:06 UTC 2014


commit 63dea910d1d675eaded1304edf594a7bc921c691
Author: Eric Paris <eparis at redhat.com>
Date:   Tue Nov 11 09:42:48 2014 -0500

    Bump to upstream 30fcf241312f6d0767c7d9305b4c462f1655f790

 .gitignore      |    1 +
 kubernetes.spec |    9 ++++++---
 sources         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7765b28..55900d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /kubernetes-3b1ef73.tar.gz
 /kubernetes-b695650.tar.gz
 /kubernetes-6c70227.tar.gz
+/kubernetes-30fcf24.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index 2c39006..1370554 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		6c70227a2eccc23966d32ea6d558ee05df46e400
+%global commit		30fcf241312f6d0767c7d9305b4c462f1655f790
 %global shortcommit	%(c=%{commit}; echo ${c:0:7})
 
 #binaries which should be called kube-*
@@ -18,7 +18,7 @@
 
 Name:		kubernetes
 Version:	0.4
-Release:	633.0.git%{shortcommit}%{?dist}
+Release:	680.0.git%{shortcommit}%{?dist}
 Summary:	Container cluster management
 License:	ASL 2.0
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
@@ -87,7 +87,7 @@ BuildRequires:	golang(gopkg.in/v1/yaml)
 
 %build
 export KUBE_GIT_COMMIT=%{commit}
-export KUBE_GIT_VERSION=v0.4-633-g6c70227a2eccc2
+export KUBE_GIT_VERSION=v0.4-680-g30fcf241312f6d
 
 %if 0%{?fedora}
 export KUBE_GIT_TREE_STATE="dirty"
@@ -189,6 +189,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Tue Nov 11 2014 Eric Paris <eparis at redhat.com> - 0.4-680.0.git30fcf24
+- Bump to upstream 30fcf241312f6d0767c7d9305b4c462f1655f790
+
 * Mon Nov 10 2014 Eric Paris <eparis at redhat.com> - 0.4-633.0.git6c70227
 - Bump to upstream 6c70227a2eccc23966d32ea6d558ee05df46e400
 
diff --git a/sources b/sources
index 09023b3..f5cfb20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e494ef6b7a0f42d099b89da2724c043  kubernetes-6c70227.tar.gz
+1c6192c082431fc55d7abaf8d36e123e  kubernetes-30fcf24.tar.gz


More information about the scm-commits mailing list