diff --git a/.gitignore b/.gitignore index c9a107f..536f642 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/etcd-ce63f10.tar.gz +/etcd-c41345d.tar.gz diff --git a/etcd.spec b/etcd.spec index 23d231f..2ab8b7e 100644 --- a/etcd.spec +++ b/etcd.spec @@ -31,11 +31,11 @@ # https://github.com/coreos/etcd %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit ce63f107382080fda29ed124249b16bfea224dc0 +%global commit c41345d393002e87ae9e7023234b1c1e04ba9626 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} -Version: 2.3.2 +Version: 2.3.3 Release: 1%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 @@ -413,6 +413,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Sat Apr 30 2016 jchaloup - 2.3.3-1 +- Update to v2.3.3 + resolves: #1331896 + * Fri Apr 22 2016 jchaloup - 2.3.2-1 - Update to v2.3.2 resolves: #1329438 diff --git a/sources b/sources index daf6f4c..4d2ba25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee286267fed1b2ac6325f61fdac6d5fe etcd-ce63f10.tar.gz +f5a1576bf40e34c56e15835c26a0ad3f etcd-c41345d.tar.gz