diff --git a/.gitignore b/.gitignore index 2f6f45f..8626137 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/v2.0.8.tar.gz +/v2.0.9.tar.gz diff --git a/etcd.spec b/etcd.spec index 8f2cb4c..28ad85b 100644 --- a/etcd.spec +++ b/etcd.spec @@ -4,13 +4,13 @@ %global provider_tld com %global project coreos %global repo etcd -%global commit 0cb90e4bea279eb207be3478affac7cc02692bec +%global commit 02697ca725e5c790cc1f9d0918ff22fad84cb4c5 %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} Name: %{repo} -Version: 2.0.8 -Release: 0.2%{?dist} +Version: 2.0.9 +Release: 0.1%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 URL: https://%{import_path} @@ -28,9 +28,9 @@ BuildRequires: golang >= 1.3.3 BuildRequires: golang(code.google.com/p/gogoprotobuf/proto) BuildRequires: golang(github.com/codegangsta/cli) BuildRequires: golang(github.com/coreos/go-etcd/etcd) -BuildRequires: golang(golang.org/x/net/context) BuildRequires: golang(github.com/jonboulle/clockwork) BuildRequires: golang(github.com/stretchr/testify/assert) +BuildRequires: golang(golang.org/x/net/context) %endif BuildRequires: systemd BuildRequires: elfutils >= 0.161-6 @@ -217,6 +217,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Wed Apr 08 2015 jchaloup - 2.0.9-0.1 +- Update to v2.0.9 + resolves: #1209666 + * Fri Apr 03 2015 jchaloup - 2.0.8-0.2 - Update spec file to fit for rhel too (thanks to eparis) related: #1207881 diff --git a/sources b/sources index 5c95cfc..43a8945 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14cff2cb655e5afcafb54ca877db80b3 v2.0.8.tar.gz +7c4ed6aaf1eeac7c54ba06b0def71635 v2.0.9.tar.gz