diff --git a/.gitignore b/.gitignore index fb42431..a917b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/v2.2.1.tar.gz +/v2.2.2.tar.gz diff --git a/etcd.spec b/etcd.spec index bf097ff..2934ff4 100644 --- a/etcd.spec +++ b/etcd.spec @@ -29,8 +29,8 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} -Version: 2.2.1 -Release: 4%{?dist} +Version: 2.2.2 +Release: 1%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 URL: https://%{provider_prefix} @@ -354,6 +354,9 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Mon Dec 07 2015 jchaloup - 2.2.2-1 +- Update to v2.2.2 + * Mon Nov 16 2015 jchaloup - 2.2.1-4 - Update etcd.conf: add new options, fix current diff --git a/sources b/sources index 2d1526c..3ec8522 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a79c0e7f3fbcd6ca8ec1aaed4f574782 v2.2.1.tar.gz +0b1ea3843801d896a0009bb2eb66f432 v2.2.2.tar.gz