[kubernetes/f22] Bump to upstream 4c87805870b1b22e463c4bd711238ef68c77f0af - locally tests pass, scratch build fails

Jan Chaloupka jchaloup at fedoraproject.org
Mon Mar 2 12:02:10 UTC 2015


commit 505cbc346ff198dfa300ef13fc2f8d8bc0dba0aa
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Fri Feb 20 16:42:15 2015 +0100

    Bump to upstream 4c87805870b1b22e463c4bd711238ef68c77f0af
    - locally tests pass, scratch build fails on timeout

 .gitignore      | 2 +-
 kubernetes.spec | 7 +++++--
 sources         | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15b7c72..1e72ae3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kubernetes-6f84bda.tar.gz
+/kubernetes-4c87805.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index 7d6eef3..0744dd6 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		6f84bdaba853872dbac69c84d3ab4b6964e85d8c
+%global commit		4c87805870b1b22e463c4bd711238ef68c77f0af
 %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.2.git%{shortcommit}%{?dist}
+Release:	0.3.git%{shortcommit}%{?dist}
 Summary:	Container cluster management
 License:	ASL 2.0
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
@@ -151,6 +151,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Fri Feb 20 2015 jchaloup <jchaloup at redhat.com> - 0.10.1-0.3.git4c87805
+- Bump to upstream 4c87805870b1b22e463c4bd711238ef68c77f0af
+
 * Tue Feb 17 2015 jchaloup <jchaloup at redhat.com> - 0.10.1-0.2.git6f84bda
 - Bump to upstream 6f84bdaba853872dbac69c84d3ab4b6964e85d8c
 
diff --git a/sources b/sources
index b049dc5..9dfca38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55b1255e7e9872f7919edd9f0ac0ab53  kubernetes-6f84bda.tar.gz
+e2c0e8a158ea3c3baa176038f97edf6d  kubernetes-4c87805.tar.gz


More information about the scm-commits mailing list