diff --git a/golang.spec b/golang.spec index 33fd7da..f8cb68a 100644 --- a/golang.spec +++ b/golang.spec @@ -354,6 +354,11 @@ rm -rf src/crypto/internal/boring/syso popd %endif +%ifarch x86_64_v2 +sed -i 's/^GOAMD64=v3$/GOAMD64=v2/' ./go.env +grep -q '^GOAMD64=v2$' ./go.env +%endif + %build # -x: print commands as they are executed # -e: exit immediately if a command exits with a non-zero status @@ -635,6 +640,9 @@ fi %files -n go-toolset %changelog +* Wed May 14 2025 Eduard Abdullin - 1.23.7-1 +- Update env var for v2 + ## START: Generated by rpmautospec * Thu Apr 03 2025 Archana - 1.23.7-1 - Fix negative openssl tests - Rebase to Go1.23.7 - Resolves: RHEL-61205