[kubernetes/f21] Bump to upstream 8e1d41670783cb75cf0c5088f199961a7d8e05e5

Eric Paris eparis at fedoraproject.org
Wed Oct 29 19:39:43 UTC 2014


commit c7fa06f4f1c21029c3c23f41b87af165854c9fc6
Author: Eric Paris <eparis at redhat.com>
Date:   Wed Oct 29 15:39:35 2014 -0400

    Bump to upstream 8e1d41670783cb75cf0c5088f199961a7d8e05e5

 .gitignore      |    1 +
 kubernetes.spec |    9 ++++++---
 sources         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5901438..9d04ab7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /kubernetes-e46af6e.tar.gz
 /kubernetes-dc7e3d6.tar.gz
 /kubernetes-1c61486.tar.gz
+/kubernetes-8e1d416.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index 478115f..6ea4953 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		1c61486ec343246a81f62b4297671217c9576df7
+%global commit		8e1d41670783cb75cf0c5088f199961a7d8e05e5
 %global shortcommit	%(c=%{commit}; echo ${c:0:7})
 
 #binaries which should be called kube-*
@@ -17,8 +17,8 @@
 %global _checkshell	/bin/bash
 
 Name:		kubernetes
-Version:	0.4
-Release:	0.8.git%{shortcommit}%{?dist}
+Version:	0.4+
+Release:	0.9.git%{shortcommit}%{?dist}
 Summary:	Container cluster management
 License:	ASL 2.0
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
@@ -193,6 +193,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Wed Oct 29 2014 Eric Paris <eparis at redhat.com - 0.4+-0.9.git8e1d416
+- Bump to upstream 8e1d41670783cb75cf0c5088f199961a7d8e05e5
+
 * Tue Oct 28 2014 Eric Paris <eparis at redhat.com - 0.4-0.8.git1c61486
 - Bump to upstream 1c61486ec343246a81f62b4297671217c9576df7
 
diff --git a/sources b/sources
index 7d49014..5ed9772 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6556a17f5ee815e6529b3336f4811865  kubernetes-1c61486.tar.gz
+2941ceb0f3e2abdee5f0e1d5973e20e9  kubernetes-8e1d416.tar.gz


More information about the scm-commits mailing list