From 902357591a01492c23c79a298d76e9c32662adee Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Oct 20 2015 11:59:54 +0000 Subject: Update to v2.2.1 - resolves: #1272438 --- diff --git a/.gitignore b/.gitignore index d4790b3..fb42431 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/v2.2.0.tar.gz +/v2.2.1.tar.gz diff --git a/etcd.spec b/etcd.spec index a79ee3e..b3860d8 100644 --- a/etcd.spec +++ b/etcd.spec @@ -25,11 +25,11 @@ # https://github.com/coreos/etcd %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit ff8d1ecb9f2bf966c0e6929156be4432786b9217 +%global commit 75f8282eef351ed09ab29f362a92001bd9b10bf3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 @@ -354,6 +354,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Fri Oct 16 2015 jchaloup - 2.2.1-1 +- Update to v2.2.1 + resolves: #1272438 + * Fri Sep 11 2015 jchaloup - 2.2.0-1 - Update to v2.2.0 (etcd-migrate gone) - Update to spec-2.1 diff --git a/sources b/sources index 1004e49..2d1526c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cc45035ba15771a4fa5cc3645ff8ffd8 v2.2.0.tar.gz +a79c0e7f3fbcd6ca8ec1aaed4f574782 v2.2.1.tar.gz