[etcd] Update to 2.0.1 - resolves: #1191441

Jan Chaloupka jchaloup at fedoraproject.org
Wed Feb 11 12:08:28 UTC 2015


commit 29c57b767a40ebc5f7b8357c38cf14165d1572c3
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Wed Feb 11 13:00:46 2015 +0100

    Update to 2.0.1
    - resolves: #1191441

 .gitignore |    2 +-
 etcd.spec  |    8 ++++++--
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
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 <jchaloup at redhat.com> - 2.0.1-0.1
+- Update to 2.0.1
+  resolves: #1191441
+
 * Mon Feb 09 2015 jchaloup <jchaloup at redhat.com> - 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


More information about the scm-commits mailing list