commit 29960c13e9039d6bad52bae7c552d50e86816a87
Author: Jan Chaloupka <jchal...@redhat.com>
Date:   Fri Mar 13 14:54:52 2015 +0100

    Bump to upstream 39dceb13a511a83963a766a439cb386d10764310

 .gitignore      |  2 +-
 kubernetes.spec | 10 +++++++---
 sources         |  2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f353425..094b55b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/kubernetes-a3fd0a9.tar.gz
+/kubernetes-39dceb1.tar.gz
diff --git a/kubernetes.spec b/kubernetes.spec
index 0b0a3fb..15c7e8b 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         a3fd0a9fd516bb6033f32196ae97aaecf8c096b1
+%global commit         39dceb13a511a83963a766a439cb386d10764310
 %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.7.git%{shortcommit}%{?dist}
+Release:       0.8.git%{shortcommit}%{?dist}
 Summary:       Container cluster management
 License:       ASL 2.0
 URL:           https://github.com/GoogleCloudPlatform/kubernetes
@@ -312,7 +312,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-534-ga3fd0a9fd516bb
+export KUBE_GIT_VERSION=v0.12.0-623-g39dceb13a511a8
 
 %if 0%{?fedora}
 #export KUBE_GIT_TREE_STATE="dirty"
@@ -431,8 +431,12 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / 
-s /sbin/nologin \
 %systemd_postun
 
 %changelog
+* Fri Mar 13 2015 jchaloup <jchal...@redhat.com> - 0.12.0-0.8.git39dceb1
+- Bump to upstream 39dceb13a511a83963a766a439cb386d10764310
+
 * Thu Mar 12 2015 Eric Paris <epa...@redhat.com> - 0.12.0-0.7.gita3fd0a9
 - Move from /etc/tmpfiles.d to %{_tmpfilesdir}
+  resolves: #1200969
 
 * Thu Mar 12 2015 jchaloup <jchal...@redhat.com> - 0.12.0-0.6.gita3fd0a9
 - Place contrib/init/systemd/tmpfiles.d/kubernetes.conf to 
/etc/tmpfiles.d/kubernetes.conf
diff --git a/sources b/sources
index b15ee93..c52c199 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2af6bcbcd7ea0f5fa29564d1520c459  kubernetes-a3fd0a9.tar.gz
+71cc599c283c1d3645ec91d0e44bb066  kubernetes-39dceb1.tar.gz
_______________________________________________
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to