diff --git a/.gitignore b/.gitignore index 929112e..bcf85aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/etcd-8a37349.tar.gz +/etcd-fc00305.tar.gz diff --git a/etcd.spec b/etcd.spec index e634c64..cb0d41e 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 8a37349097a592db79ba3087f3cae9cd4b0af21c +%global commit fc00305a2e59b4c2d4a53c9fbb4d30741a96ea67 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} -Version: 3.0.14 +Version: 3.0.15 Release: 1%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 @@ -427,6 +427,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Tue Nov 15 2016 jchaloup - 3.0.15-1 +- Update to v3.0.15 + related: #1382965 + * Mon Nov 07 2016 jchaloup - 3.0.14-1 - Update to v3.0.14 related: #1382965 diff --git a/sources b/sources index c60db07..412d424 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07ebc36d3949393400cf17fe8f07cfd5 etcd-8a37349.tar.gz +edac8aecd4a9a111fca1d562bb546049 etcd-fc00305.tar.gz