diff --git a/.etcd.metadata b/.etcd.metadata index 9928f1b..e13ab16 100644 --- a/.etcd.metadata +++ b/.etcd.metadata @@ -1 +1 @@ -9f5e39818f5e41b1c45065e45f531f36f69c0fc6 SOURCES/etcd-d0d1a87.tar.gz +784834f2637486ad9d9ba86443e16241f5e7643e SOURCES/etcd-bb66589.tar.gz diff --git a/.gitignore b/.gitignore index 3818c68..9f418d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/etcd-d0d1a87.tar.gz +SOURCES/etcd-bb66589.tar.gz diff --git a/SPECS/etcd.spec b/SPECS/etcd.spec index c8fa50b..4123eae 100644 --- a/SPECS/etcd.spec +++ b/SPECS/etcd.spec @@ -11,7 +11,7 @@ %endif %if ! 0%{?gobuild:1} -%define gobuild(o:) go build -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**}; +%define gobuild(o:) go build -buildmode pie -ldflags "${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**}; %endif %global provider github @@ -21,13 +21,13 @@ # https://github.com/coreos/etcd %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit d0d1a87aa96ae14914751d42264262cb69eda170 +%global commit bb66589f8cf18960c7f3d56b1b83753caeed9c7a %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global system_name etcd Name: etcd -Version: 3.2.5 +Version: 3.2.7 Release: 1%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 @@ -435,6 +435,10 @@ getent passwd %{system_name} >/dev/null || useradd -r -g %{system_name} -d %{_sh %endif %changelog +* Tue Sep 19 2017 Jan Chaloupka - 3.2.7-1 +- Update to 3.2.7 + resolves: #1493165 + * Tue Aug 08 2017 Jan Chaloupka - 3.2.5-1 - Update to 3.2.5 resolves: #1479371