commit f4cdb5c7127ac7f388a13438eee8f782e94ec548 Author: Jan Chaloupka jchaloup@redhat.com Date: Mon Feb 2 10:56:19 2015 +0100
Bump to upstream e335e2d3e26a9a58d3b189ccf41ceb3770d1bfa9
.gitignore | 2 +- kubernetes.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) --- diff --git a/.gitignore b/.gitignore index 749b702..73e2e34 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/kubernetes-55793ac.tar.gz +/kubernetes-e335e2d.tar.gz diff --git a/kubernetes.spec b/kubernetes.spec index a6b23ab..289f266 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 55793ac2066745f7243c666316499e1a8cf074f0 +%global commit e335e2d3e26a9a58d3b189ccf41ceb3770d1bfa9 %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.9.1 -Release: 0.3.git%{shortcommit}%{?dist} +Release: 0.4.git%{shortcommit}%{?dist} Summary: Container cluster management License: ASL 2.0 URL: https://github.com/GoogleCloudPlatform/kubernetes @@ -300,7 +300,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.9.0-331-g55793ac2066745 +export KUBE_GIT_VERSION=v0.9.0-391-ge335e2d3e26a9a
%if 0%{?fedora} export KUBE_GIT_TREE_STATE="dirty" @@ -410,6 +410,9 @@ getent passwd kube >/dev/null || useradd -r -g kube -d / -s /sbin/nologin \ %systemd_postun
%changelog +* Mon Feb 02 2015 jchaloup jchaloup@redhat.com - 0.9.1-0.4.gite335e2d +- Bump to upstream e335e2d3e26a9a58d3b189ccf41ceb3770d1bfa9 + * Fri Jan 30 2015 jchaloup jchaloup@redhat.com - 0.9.1-0.3.git55793ac - Bump to upstream 55793ac2066745f7243c666316499e1a8cf074f0
diff --git a/sources b/sources index fbd1b82..8815edb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2f876e87ae4a33fa77cf7ea587a2d764 kubernetes-55793ac.tar.gz +6fc074ef73cca15a7ce00a4c42b351a5 kubernetes-e335e2d.tar.gz
golang@lists.fedoraproject.org