[kubernetes] Bump to upstream 77d2815b86e9581393d7de4379759c536df89edc

Eric Paris eparis at fedoraproject.org
Thu Oct 23 13:00:39 UTC 2014


commit bd32eac9bde243708cb00b4f39c8c615f4a3b392
Author: Eric Paris <eparis at redhat.com>
Date:   Thu Oct 23 09:00:21 2014 -0400

    Bump to upstream 77d2815b86e9581393d7de4379759c536df89edc

 .gitignore      |    1 +
 kubernetes.spec |    7 +++++--
 sources         |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b483b0..0241cd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /kubernetes-d5377e4.tar.gz
 /kubernetes-e868642.tar.gz
 /kubernetes-97dd730.tar.gz
+/kubernetes-77d2815.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index 5ba0c5b..6b284aa 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		97dd7302ac2c2b9458a9348462a614ebf394b1ed
+%global commit		77d2815b86e9581393d7de4379759c536df89edc
 %global shortcommit	%(c=%{commit}; echo ${c:0:7})
 
 #binaries which should be called kube-*
@@ -18,7 +18,7 @@
 
 Name:		kubernetes
 Version:	0.4
-Release:	0.4.git%{shortcommit}%{?dist}
+Release:	0.5.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
+* Thu Oct 23 2014 Eric Paris <eparis at redhat.com - 0.4-0.5.git77d2815
+- Bump to upstream 77d2815b86e9581393d7de4379759c536df89edc
+
 * Wed Oct 22 2014 Eric Paris <eparis at redhat.com - 0.4-0.4.git97dd730
 - Bump to upstream 97dd7302ac2c2b9458a9348462a614ebf394b1ed
 - Use upstream kubectl bash completion instead of in-repo
diff --git a/sources b/sources
index d118035..e09afa3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bef96497cf9ff899e59814085608062e  kubernetes-97dd730.tar.gz
+9056c563ef53e66e38786dd7e7d84692  kubernetes-77d2815.tar.gz


More information about the scm-commits mailing list