From aef87f315c345a44f389955d98be23a43bb5ab51 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 27 2021 16:06:59 +0000 Subject: import etcd-3.2.32-1.el7_9 --- diff --git a/.etcd.metadata b/.etcd.metadata index a3da1f4..db48d0e 100644 --- a/.etcd.metadata +++ b/.etcd.metadata @@ -1,2 +1,2 @@ -60a09e47048f3d5f83d661ed657ccd0020624e4c SOURCES/etcd-2d861f3.tar.gz -a68b2ec98dad4278c878494e7892de44805f2c56 SOURCES/man-3.2.28.tar.gz +90e651477705b8676fe3c1def2162b4ee91fe04e SOURCES/etcd-7dc07f2.tar.gz +a3827395c8e83c2a4c18de7d925a73a2438693f5 SOURCES/man-3.2.32.tar.gz diff --git a/.gitignore b/.gitignore index 8f699f7..3226a37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/etcd-2d861f3.tar.gz -SOURCES/man-3.2.28.tar.gz +SOURCES/etcd-7dc07f2.tar.gz +SOURCES/man-3.2.32.tar.gz diff --git a/SPECS/etcd.spec b/SPECS/etcd.spec index f0d4d47..dded85e 100644 --- a/SPECS/etcd.spec +++ b/SPECS/etcd.spec @@ -17,14 +17,14 @@ # https://github.com/coreos/etcd %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path github.com/coreos/etcd -%global commit 2d861f39e9ec31dd9129a8070e8ff6492f859c07 +%global commit 7dc07f2a9bbf8b3e0733796498d74744d0445884 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global system_name etcd -%global man_version 3.2.28 +%global man_version 3.2.32 Name: etcd -Version: 3.2.28 +Version: 3.2.32 Release: 1%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 @@ -37,7 +37,8 @@ Patch3: bz1350875-disaster-recovery-with-copies.patch Patch4: expand-etcd-arch-validation.patch # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:x86_64 aarch64 ppc64le s390x %{arm} %{ix86}} +ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:x86_64 aarch64 ppc64le s390x} +ExcludeArch: %{ix86} BuildRequires: go-toolset-1.10 BuildRequires: go-toolset-1.10-golang-bin @@ -124,6 +125,10 @@ getent passwd %{system_name} >/dev/null || useradd -r -g %{system_name} -d %{_sh %{_mandir}/man1/*.1* %changelog +* Fri Apr 09 2021 Suresh Kolichala - 3.2.32-1 +- Update to 3.2.32 + resolves: #1874765,1874769 + * Wed Mar 04 2020 Jan Chaloupka - 3.2.28-1 - Update to 3.2.28 resolves: #1799006