[kubernetes/f22] Bump to upstream 2700871b049d5498167671cea6de8317099ad406

Jan Chaloupka jchaloup at fedoraproject.org
Fri Mar 6 19:31:46 UTC 2015


commit 57a63215c242f452f635017032afb2f7c1321f2e
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Fri Mar 6 18:18:55 2015 +0100

    Bump to upstream 2700871b049d5498167671cea6de8317099ad406

 .gitignore      | 2 +-
 kubernetes.spec | 9 ++++++---
 sources         | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d9d3a99..abd7c66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kubernetes-8b627f5.tar.gz
+/kubernetes-2700871.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index 18bf1a8..bdbf501 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		8b627f516fd3e4f62da90d401ceb3d38de6f8077
+%global commit		2700871b049d5498167671cea6de8317099ad406
 %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.12.0
-Release:	0.2.git%{shortcommit}%{?dist}
+Release:	0.3.git%{shortcommit}%{?dist}
 Summary:	Container cluster management
 License:	ASL 2.0
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
@@ -311,7 +311,7 @@ building other packages which use %{project}/%{repo}.
 %build
 export KUBE_GIT_TREE_STATE="clean"
 export KUBE_GIT_COMMIT=%{commit}
-export KUBE_GIT_VERSION=v0.12.0-120-g8b627f516fd3e4
+export KUBE_GIT_VERSION=v0.12.0-206-g2700871b049d54
 
 %if 0%{?fedora}
 #export KUBE_GIT_TREE_STATE="dirty"
@@ -425,6 +425,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Fri Mar 06 2015 jchaloup <jchaloup at redhat.com> - 0.12.0-0.3.git2700871
+- Bump to upstream 2700871b049d5498167671cea6de8317099ad406
+
 * Thu Mar 05 2015 jchaloup <jchaloup at redhat.com> - 0.12.0-0.2.git8b627f5
 - Bump to upstream 8b627f516fd3e4f62da90d401ceb3d38de6f8077
 
diff --git a/sources b/sources
index 6ac02f3..f8b6177 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b825070efcd7e22243298525ec35cb4b  kubernetes-8b627f5.tar.gz
+adfb54c1376e7511c9234a24c1fdb70e  kubernetes-2700871.tar.gz


More information about the scm-commits mailing list