golang change requirements
Signed-off-by: basebuilder_pel7ppc64lebuilder0 <basebuilder@powerel.org>master
parent
f0230549a3
commit
2db02ba81f
|
@ -74,7 +74,7 @@
|
|||
%endif
|
||||
|
||||
# Pre build std lib with -race enabled
|
||||
%ifarch x86_64
|
||||
%ifarch x86_64 ppc64le
|
||||
%global race 1
|
||||
%else
|
||||
%global race 0
|
||||
|
@ -105,7 +105,7 @@
|
|||
%global gohostarch s390x
|
||||
%endif
|
||||
|
||||
%global go_api 1.17
|
||||
%global go_api 1.17.1
|
||||
%global go_version %{go_api}
|
||||
|
||||
# For rpmdev-bumpspec and releng automation
|
||||
|
@ -248,11 +248,8 @@ Requires(preun): %{_sbindir}/update-alternatives
|
|||
# This is an odd issue, still looking for a better fix.
|
||||
Requires: glibc
|
||||
Requires: gcc
|
||||
%if 0%{?rhel} && 0%{?rhel} < 8
|
||||
Requires: git, subversion, mercurial
|
||||
%else
|
||||
Recommends: git, subversion, mercurial
|
||||
%endif
|
||||
Requires: git
|
||||
#Requires: subversion, mercurial
|
||||
%description bin
|
||||
%{summary}
|
||||
|
||||
|
|
Loading…
Reference in New Issue