[kubernetes] Bump to upstream 3f74a1e9f56b3c3502762930c0c551ccab0557ea

Eric Paris eparis at fedoraproject.org
Fri Nov 21 14:56:07 UTC 2014


commit 7f560ea33a35ef7b6b903bc8a8963b364e502b65
Author: Eric Paris <eparis at redhat.com>
Date:   Fri Nov 21 09:55:52 2014 -0500

    Bump to upstream 3f74a1e9f56b3c3502762930c0c551ccab0557ea

 .gitignore      |    1 +
 kubernetes.spec |    9 ++++++---
 sources         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab944ef..1179529 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /kubernetes-30fcf24.tar.gz
 /kubernetes-df0981b.tar.gz
 /kubernetes-c6158b8.tar.gz
+/kubernetes-3f74a1e.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index b660614..94f251f 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		c6158b8aa9c40fbf1732650a8611429536466b21
+%global commit		3f74a1e9f56b3c3502762930c0c551ccab0557ea
 %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:	65.0.git%{shortcommit}%{?dist}
+Release:	105.0.git%{shortcommit}%{?dist}
 Summary:	Container cluster management
 License:	ASL 2.0
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
@@ -79,7 +79,7 @@ BuildRequires:	golang(gopkg.in/v1/yaml)
 
 %build
 export KUBE_GIT_COMMIT=%{commit}
-export KUBE_GIT_VERSION=v0.5-65-gc6158b8aa9c40f
+export KUBE_GIT_VERSION=v0.5-105-g3f74a1e9f56b3c
 
 %if 0%{?fedora}
 export KUBE_GIT_TREE_STATE="dirty"
@@ -178,6 +178,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Fri Nov 21 2014 Eric Paris <eparis at redhat.com> - 0.5-105.0.git3f74a1e
+- Bump to upstream 3f74a1e9f56b3c3502762930c0c551ccab0557ea
+
 * Thu Nov 20 2014 Eric Paris <eparis at redhat.com> - 0.5-65.0.gitc6158b8
 - Bump to upstream c6158b8aa9c40fbf1732650a8611429536466b21
 - include go-restful build requirement
diff --git a/sources b/sources
index a1f22e5..a3d418a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71310ce49ac53743c6114e4af10c4a32  kubernetes-c6158b8.tar.gz
+745bef6dd02806616562a223fb0d7403  kubernetes-3f74a1e.tar.gz


More information about the scm-commits mailing list