diff --git a/.gitignore b/.gitignore index 06bc6b5..eaa3a1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/v2.0.0.tar.gz +/v2.0.1.tar.gz diff --git a/etcd.spec b/etcd.spec index e8858f8..5040198 100644 --- a/etcd.spec +++ b/etcd.spec @@ -8,8 +8,8 @@ %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} Name: %{repo} -Version: 2.0.0 -Release: 0.5%{?dist} +Version: 2.0.1 +Release: 0.1%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 URL: https://%{import_path} @@ -178,6 +178,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %{gopath}/src/%{import_path} %changelog +* Wed Feb 11 2015 jchaloup - 2.0.1-0.1 +- Update to 2.0.1 + resolves: #1191441 + * Mon Feb 09 2015 jchaloup - 2.0.0-0.5 - Add missing debug info to binaries (patch from Jan Kratochvil) resolves: #1184257 diff --git a/sources b/sources index c57d792..5c97401 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c9da6b748a6582763f4f9dcb89cec60e v2.0.0.tar.gz +4c71e54f50553d6f7858e065f27d9578 v2.0.1.tar.gz