From c638c2eb1bbd244c45cced3539dba57fffa545dc Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Oct 31 2014 12:51:59 +0000 Subject: Bump to upstream a18cdac616962a2c486feb22afa3538fc3cf3a3a --- diff --git a/.gitignore b/.gitignore index 03f2f5a..2ab6ce2 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kubernetes-1c61486.tar.gz /kubernetes-8e1d416.tar.gz /kubernetes-78df011.tar.gz +/kubernetes-a18cdac.tar.gz diff --git a/kubernetes.spec b/kubernetes.spec index d08179a..ce01f96 100644 --- a/kubernetes.spec +++ b/kubernetes.spec @@ -1,7 +1,7 @@ #debuginfo not supported with Go %global debug_package %{nil} %global import_path github.com/GoogleCloudPlatform/kubernetes -%global commit 78df01172af5cc132b7276afb668d31e91e61c11 +%global commit a18cdac616962a2c486feb22afa3538fc3cf3a3a %global shortcommit %(c=%{commit}; echo ${c:0:7}) #binaries which should be called kube-* @@ -18,7 +18,7 @@ Name: kubernetes Version: 0.4+ -Release: 397.0.git%{shortcommit}%{?dist} +Release: 426.0.git%{shortcommit}%{?dist} Summary: Container cluster management License: ASL 2.0 URL: https://github.com/GoogleCloudPlatform/kubernetes @@ -84,7 +84,7 @@ BuildRequires: golang(gopkg.in/v1/yaml) %build export KUBE_GIT_COMMIT=%{commit} export KUBE_GIT_TREE_STATE="dirty" -export KUBE_GIT_VERSION=v0.4-397-g78df01172af5cc +export KUBE_GIT_VERSION=v0.4-426-ga18cdac616962a export KUBE_EXTRA_GOPATH=%{gopath} export KUBE_NO_GODEPS="true" @@ -193,6 +193,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \ %systemd_postun %changelog +* Fri Oct 31 2014 Eric Paris