From eeb241450355c7bdb4f871ddff67978ee8ce1c4b Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Jun 26 2015 19:07:09 +0000 Subject: Update to v2.0.13 --- diff --git a/.gitignore b/.gitignore index 14e1ccb..89a1d5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/v2.0.12.tar.gz +/v2.0.13.tar.gz diff --git a/etcd.spec b/etcd.spec index 78081c9..5f6a04a 100644 --- a/etcd.spec +++ b/etcd.spec @@ -20,14 +20,14 @@ %global provider_tld com %global project coreos %global repo etcd -%global commit 5686c33e4b27e905a15ecbe8702dcfc3c270ca76 +%global commit 92e3895214265d213de5b1ff55cddf482f0d1ed5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} Name: %{repo} -Version: 2.0.12 -Release: 2%{?dist} +Version: 2.0.13 +Release: 1%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 URL: https://%{import_path} @@ -262,6 +262,9 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Fri Jun 26 2015 jchaloup - 2.0.13-1 +- Update to v2.0.13 + * Thu Jun 25 2015 jchaloup - 2.0.12-2 - Add restart policy and set LimitNOFILE to/in etcd.service file - Update etcd.config file: add new flags and remove depricated diff --git a/sources b/sources index 85c668d..c0d2459 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1bf2cacaa606032af19b8138eb86efbb v2.0.12.tar.gz +29b0cacac8bfcbe7b094ea5638adec74 v2.0.13.tar.gz