Update to v2.2.2

This commit is contained in:
Jan Chaloupka 2015-12-07 10:35:05 +01:00
commit 35bee9770d
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
/v2.2.1.tar.gz
/v2.2.2.tar.gz

View file

@ -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 <jchaloup@redhat.com> - 2.2.2-1
- Update to v2.2.2
* Mon Nov 16 2015 jchaloup <jchaloup@redhat.com> - 2.2.1-4
- Update etcd.conf: add new options, fix current

View file

@ -1 +1 @@
a79c0e7f3fbcd6ca8ec1aaed4f574782 v2.2.1.tar.gz
0b1ea3843801d896a0009bb2eb66f432 v2.2.2.tar.gz