[kubernetes] Bump to upstream ff1e9f4c191342c24974c030e82aceaff8ea9c24

Eric Paris eparis at fedoraproject.org
Wed Nov 26 13:30:31 UTC 2014


commit 17585c40f41a1308298669f9374df2fb4baee5e1
Author: Eric Paris <eparis at redhat.com>
Date:   Wed Nov 26 08:30:24 2014 -0500

    Bump to upstream ff1e9f4c191342c24974c030e82aceaff8ea9c24

 .gitignore      |    1 +
 kubernetes.spec |    9 ++++++---
 sources         |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7011050..15308cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /kubernetes-3f74a1e.tar.gz
 /kubernetes-162e498.tar.gz
 /kubernetes-64e07f7.tar.gz
+/kubernetes-ff1e9f4.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index e4b0f40..3fadbab 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		64e07f7fe03d8692c685b09770c45f364967a119
+%global commit		ff1e9f4c191342c24974c030e82aceaff8ea9c24
 %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:	174.0.git%{shortcommit}%{?dist}
+Release:	210.0.git%{shortcommit}%{?dist}
 Summary:	Container cluster management
 License:	ASL 2.0
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
@@ -81,7 +81,7 @@ BuildRequires:	golang(gopkg.in/v1/yaml)
 %build
 export KUBE_GIT_TREE_STATE="clean"
 export KUBE_GIT_COMMIT=%{commit}
-export KUBE_GIT_VERSION=v0.5-174-g64e07f7fe03d86
+export KUBE_GIT_VERSION=v0.5-210-gff1e9f4c191342
 
 %if 0%{?fedora}
 export KUBE_GIT_TREE_STATE="dirty"
@@ -180,6 +180,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Wed Nov 26 2014 Eric Paris <eparis at redhat.com> - 0.5-210.0.gitff1e9f4
+- Bump to upstream ff1e9f4c191342c24974c030e82aceaff8ea9c24
+
 * Tue Nov 25 2014 Eric Paris <eparis at redhat.com> - 0.5-174.0.git64e07f7
 - Bump to upstream 64e07f7fe03d8692c685b09770c45f364967a119
 
diff --git a/sources b/sources
index f18ef1b..92cbe41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-057edca29d9a88b690216deee57662ad  kubernetes-64e07f7.tar.gz
+d4e2c2cf9a65d63408d3628de042eb6c  kubernetes-ff1e9f4.tar.gz


More information about the scm-commits mailing list