[kubernetes] Bump to upstream b2f287c259d856f4c08052a51cd7772c563aff77

Jan Chaloupka jchaloup at fedoraproject.org
Wed Jan 28 11:36:15 UTC 2015


commit 8073018557ad21d93ee28794bb2001dab5158bc0
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Thu Jan 22 20:13:51 2015 +0100

    Bump to upstream b2f287c259d856f4c08052a51cd7772c563aff77

 .gitignore                                         |    3 +-
 ...r.service-not-docker.socket-in-unit-files.patch |   30 --------------------
 kubernetes.spec                                    |   11 ++++---
 sources                                            |    2 +-
 4 files changed, 8 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a4f34d..28f5b7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/clog
-/kubernetes-5b04640.tar.gz
+/kubernetes-b2f287c.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index d7e97f3..de476e3 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		5b046406a957a1e7eda7c0c86dd7a89e9c94fc5f
+%global commit		b2f287c259d856f4c08052a51cd7772c563aff77
 %global shortcommit	%(c=%{commit}; echo ${c:0:7})
 
 #I really need this, otherwise "version_ldflags=$(kube::version_ldflags)"
@@ -15,15 +15,13 @@
 
 Name:		kubernetes
 Version:	0.8.2
-Release:	0.1.git%{shortcommit}%{?dist}
+Release:	571.git%{shortcommit}%{?dist}
 Summary:	Container cluster management
 License:	ASL 2.0
 URL:		https://github.com/GoogleCloudPlatform/kubernetes
 ExclusiveArch:	x86_64
 Source0:	https://github.com/GoogleCloudPlatform/kubernetes/archive/%{commit}/kubernetes-%{shortcommit}.tar.gz
 
-Patch1:		Use-docker.service-not-docker.socket-in-unit-files.patch
-
 %if 0%{?fedora} >= 21 || 0%{?rhel}
 Requires:	docker
 %else
@@ -381,7 +379,10 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \
 %systemd_postun
 
 %changelog
-* Thu Jan 22 2015 Eric Paris <eparis at redhat.com>
+* Thu Jan 22 2015 jchaloup <jchaloup at redhat.com> - 0.8.2-571.gitb2f287c
++- Bump to upstream b2f287c259d856f4c08052a51cd7772c563aff77
+
+* Thu Jan 22 2015 Eric Paris <eparis at redhat.com> - 0.8.2-570.gitb2f287c
 - patch kubelet service file to use docker.service not docker.socket
 
 * Wed Jan 21 2015 jchaloup <jchaloup at redhat.com> - 0.8.2-0.1.git5b04640
diff --git a/sources b/sources
index d2ed745..0e53bcb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fddaa878001c447f85dc3e303f2507e0  kubernetes-5b04640.tar.gz
+0505be40de9e79a9bb9293ae90c42586  kubernetes-b2f287c.tar.gz


More information about the scm-commits mailing list