From 80f87bf1a76f560f3330a283ba68e56db1155f74 Mon Sep 17 00:00:00 2001 From: Eric Paris Date: Dec 01 2014 18:03:48 +0000 Subject: Bump to upstream 6aabd9804fb75764b70e9172774002d4febcae34 --- diff --git a/.gitignore b/.gitignore index 15308cb..46589e8 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /kubernetes-162e498.tar.gz /kubernetes-64e07f7.tar.gz /kubernetes-ff1e9f4.tar.gz +/kubernetes-6aabd98.tar.gz diff --git a/kubernetes.spec b/kubernetes.spec index 3fadbab..21ee75a 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 ff1e9f4c191342c24974c030e82aceaff8ea9c24 +%global commit 6aabd9804fb75764b70e9172774002d4febcae34 %global shortcommit %(c=%{commit}; echo ${c:0:7}) #I really need this, otherwise "version_ldflags=$(kube::version_ldflags)" @@ -11,7 +11,7 @@ Name: kubernetes Version: 0.5 -Release: 210.0.git%{shortcommit}%{?dist} +Release: 235.0.git%{shortcommit}%{?dist} Summary: Container cluster management License: ASL 2.0 URL: https://github.com/GoogleCloudPlatform/kubernetes @@ -81,7 +81,7 @@ BuildRequires: golang(gopkg.in/v1/yaml) %build export KUBE_GIT_TREE_STATE="clean" export KUBE_GIT_COMMIT=%{commit} -export KUBE_GIT_VERSION=v0.5-210-gff1e9f4c191342 +export KUBE_GIT_VERSION=v0.5-235-g6aabd9804fb757 %if 0%{?fedora} export KUBE_GIT_TREE_STATE="dirty" @@ -180,6 +180,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \ %systemd_postun %changelog +* Mon Dec 01 2014 Eric Paris - 0.5-235.0.git6aabd98 +- Bump to upstream 6aabd9804fb75764b70e9172774002d4febcae34 + * Wed Nov 26 2014 Eric Paris - 0.5-210.0.gitff1e9f4 - Bump to upstream ff1e9f4c191342c24974c030e82aceaff8ea9c24 diff --git a/sources b/sources index 92cbe41..8cff684 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4e2c2cf9a65d63408d3628de042eb6c kubernetes-ff1e9f4.tar.gz +96abb05fe028f4c528a99bdb6897c7a4 kubernetes-6aabd98.tar.gz