[kubernetes/f21] Bump to upstream 6f84bdaba853872dbac69c84d3ab4b6964e85d8c

Jan Chaloupka jchaloup at fedoraproject.org
Thu Mar 5 16:03:22 UTC 2015


commit 52d29a8333f1d45b7e269f3edc2c22e039f2dc16
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Tue Feb 17 15:58:28 2015 +0100

    Bump to upstream 6f84bdaba853872dbac69c84d3ab4b6964e85d8c

 .gitignore      | 2 +-
 kubernetes.spec | 9 ++++++---
 sources         | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f54587..15b7c72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kubernetes-7d6130e.tar.gz
+/kubernetes-6f84bda.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index 9ef84b9..7566986 100644
--- a/kubernetes.spec
+++ b/kubernetes.spec
@@ -5,7 +5,7 @@
 %global project		GoogleCloudPlatform
 %global repo		kubernetes
 %global import_path	%{provider}.%{provider_tld}/%{project}/%{repo}
-%global commit		7d6130edcdfabd7dd2e6a06fdc8fe5e333f07f5c
+%global commit		6f84bdaba853872dbac69c84d3ab4b6964e85d8c
 %global shortcommit	%(c=%{commit}; echo ${c:0:7})
 
 #I really need this, otherwise "version_ldflags=$(kube::version_ldflags)"
@@ -15,7 +15,7 @@
 
 Name:		kubernetes
 Version:	0.10.1
-Release:	0.1.git%{shortcommit}%{?dist}
+Release:	0.2.git%{shortcommit}%{?dist}
 Summary:	Container cluster management
 License:	ASL 2.0
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
@@ -53,7 +53,7 @@ BuildRequires:	golang-cover
 %build
 export KUBE_GIT_TREE_STATE="clean"
 export KUBE_GIT_COMMIT=%{commit}
-export KUBE_GIT_VERSION=v0.9.0-391-gc9c98ab19eaa6f
+export KUBE_GIT_VERSION=v0.10.0-530-g6f84bdaba85387
 
 %if 0%{?fedora}
 #export KUBE_GIT_TREE_STATE="dirty"
@@ -152,6 +152,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Tue Feb 17 2015 jchaloup <jchaloup at redhat.com> - 0.10.1-0.2.git6f84bda
+- Bump to upstream 6f84bdaba853872dbac69c84d3ab4b6964e85d8c
+
 * Tue Feb 17 2015 jchaloup <jchaloup at redhat.com> - 0.10.1-0.1.git7d6130e
 - Bump to upstream 7d6130edcdfabd7dd2e6a06fdc8fe5e333f07f5c
 
diff --git a/sources b/sources
index 06b486e..b049dc5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1f2786e4eb356fc22b613b686aeed2ba  kubernetes-7d6130e.tar.gz
+55b1255e7e9872f7919edd9f0ac0ab53  kubernetes-6f84bda.tar.gz


More information about the scm-commits mailing list