From 50c2bceca75a2f222bc38091672a46905ebe15a2 Mon Sep 17 00:00:00 2001 From: jackeyji Date: Fri, 29 Mar 2024 10:16:21 +0800 Subject: [PATCH] for a test Signed-off-by: jackeyji --- golang.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/golang.spec b/golang.spec index 9847bda..18f9fdf 100644 --- a/golang.spec +++ b/golang.spec @@ -1,7 +1,7 @@ # after we have putting golang into repo, we should shift bootstrap closing. %bcond_without bootstrap -%global baserelease 2 +%global baserelease 3 %global golibdir %{_libdir}/golang @@ -221,6 +221,7 @@ export GO_LDFLAGS="-linkmode internal" %if !%{enable_cgo} export CGO_ENABLED=0 %endif +go env ./make.bash --no-clean -v popd @@ -357,6 +358,9 @@ fi %changelog +* Tue Mar 29 2024 jackeyji - 1.21.7-3 +- get the go env in arm64 machine for a test + * Tue Mar 26 2024 jackeyji - 1.21.7-2 - fix CVE-2023-45289 CVE-2023-45290 CVE-2024-24783 CVE-2024-24784 CVE-2024-24785 -- Gitee