[kubernetes/f22] Bump to upstream 8b627f516fd3e4f62da90d401ceb3d38de6f8077

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


commit 4b21ba0884e6422261aa85474bd4f6ebeee1b217
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Thu Mar 5 16:44:59 2015 +0100

    Bump to upstream 8b627f516fd3e4f62da90d401ceb3d38de6f8077

 .gitignore      | 2 +-
 kubernetes.spec | 9 ++++++---
 sources         | 2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b7f34b..d9d3a99 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kubernetes-ecca426.tar.gz
+/kubernetes-8b627f5.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index 5b2a27f..18bf1a8 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		ecca42643b91a7117de8cd385b64e6bafecefd65
+%global commit		8b627f516fd3e4f62da90d401ceb3d38de6f8077
 %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.1.git%{shortcommit}%{?dist}
+Release:	0.2.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
+export KUBE_GIT_VERSION=v0.12.0-120-g8b627f516fd3e4
 
 %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
+* Thu Mar 05 2015 jchaloup <jchaloup at redhat.com> - 0.12.0-0.2.git8b627f5
+- Bump to upstream 8b627f516fd3e4f62da90d401ceb3d38de6f8077
+
 * Tue Mar 03 2015 jchaloup <jchaloup at redhat.com> - 0.12.0-0.1.gitecca426
 - Bump to upstream ecca42643b91a7117de8cd385b64e6bafecefd65
 
diff --git a/sources b/sources
index 2120eb0..6ac02f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0264bfa4d1e35a2fe64767d6f89177e3  kubernetes-ecca426.tar.gz
+b825070efcd7e22243298525ec35cb4b  kubernetes-8b627f5.tar.gz


More information about the scm-commits mailing list