!2 change etcd.spec file

Merge pull request !2 from jiangxinyu/master
This commit is contained in:
openeuler-ci-bot 2020-08-11 11:07:33 +08:00 committed by Gitee
commit 8a665bcb70

View File

@ -39,8 +39,7 @@ Patch4: expand-etcd-arch-validation.patch
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required # 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} 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. # 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: go-compilers-golang-compiler
BuildRequires: compiler(go-compiler)
Obsoletes: etcd3 < 3.0.15 Obsoletes: etcd3 < 3.0.15
Provides: etcd3 = %{version}-%{release} Provides: etcd3 = %{version}-%{release}