diff --git a/.gitignore b/.gitignore index d494242..fb69377 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/kubernetes-2c27b1f.tar.gz +/kubernetes-c616182.tar.gz diff --git a/kubernetes.spec b/kubernetes.spec index f33ff41..f3e39a9 100644 --- a/kubernetes.spec +++ b/kubernetes.spec @@ -20,7 +20,7 @@ %global repo kubernetes # https://github.com/GoogleCloudPlatform/kubernetes %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} -%global commit 2c27b1fa64f4e70f04575d1b217494f49332390e +%global commit c6161824db3784e6156131307a5e94647e5557fd %global shortcommit %(c=%{commit}; echo ${c:0:7}) #I really need this, otherwise "version_ldflags=$(kube::version_ldflags)" @@ -30,7 +30,7 @@ Name: kubernetes Version: 1.0.0 -Release: 0.2.git%{shortcommit}%{?dist} +Release: 0.3.git%{shortcommit}%{?dist} Summary: Container cluster management License: ASL 2.0 URL: %{import_path} @@ -363,7 +363,7 @@ Kubernetes services for node host %build export KUBE_GIT_TREE_STATE="clean" export KUBE_GIT_COMMIT=%{commit} -export KUBE_GIT_VERSION=v1.0.0-15-g2c27b1fa64f4e7 +export KUBE_GIT_VERSION=v1.0.0-127-gc6161824db3784 hack/build-go.sh --use_go_build hack/build-go.sh --use_go_build cmd/kube-version-change @@ -533,6 +533,10 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \ %systemd_postun %changelog +* Tue Jul 14 2015 jchaloup - 1.0.0-0.3.gitc616182 +- Bump to upstream c6161824db3784e6156131307a5e94647e5557fd + related: #1211266 + * Mon Jul 13 2015 jchaloup - 1.0.0-0.2.git2c27b1f - Bump to upstream 2c27b1fa64f4e70f04575d1b217494f49332390e related: #1211266 diff --git a/sources b/sources index 33f5912..e06f017 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -586fae522a7339bfb78333374bfea7d6 kubernetes-2c27b1f.tar.gz +f4bbafe17cc0a5c725c11c75940554b0 kubernetes-c616182.tar.gz