From 9043562b790a95f665117e9ed1eee43a23ef9a45 Mon Sep 17 00:00:00 2001 From: jiangxinyu Date: Tue, 11 Aug 2020 10:12:40 +0800 Subject: [PATCH] add files --- etcd.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etcd.spec b/etcd.spec index a6a848d..a602e1d 100644 --- a/etcd.spec +++ b/etcd.spec @@ -39,8 +39,7 @@ 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} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. -#BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} -BuildRequires: compiler(go-compiler) +BuildRequires: go-compilers-golang-compiler Obsoletes: etcd3 < 3.0.15 Provides: etcd3 = %{version}-%{release} -- Gitee