import UBI golang-1.25.9-1.module+el8.10.0+24226+c418b32c
This commit is contained in:
parent
1510769ea5
commit
e92d5ace07
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
SOURCES/compiler-rt-18.1.8.src.tar.xz
|
||||
SOURCES/go1.25.8-1-openssl-fips.tar.gz
|
||||
SOURCES/go1.25.8.tar.gz
|
||||
SOURCES/go1.25.9-2-openssl-fips.tar.gz
|
||||
SOURCES/go1.25.9.tar.gz
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
6ecbfa5516b60adb4e4e60f991b0d8ddf5aab12a SOURCES/compiler-rt-18.1.8.src.tar.xz
|
||||
637426f9c363c13f9f5b7ba6961f0d6d4981d9f6 SOURCES/go1.25.8-1-openssl-fips.tar.gz
|
||||
8c6e146d8d9948c6437ec88121a3eefd63d91150 SOURCES/go1.25.8.tar.gz
|
||||
f540271534682b92a0964612c025f1c53631cfcf SOURCES/go1.25.9-2-openssl-fips.tar.gz
|
||||
7736ef09d6dda8418d0c27db3d995db98c790797 SOURCES/go1.25.9.tar.gz
|
||||
|
||||
@ -56,7 +56,7 @@
|
||||
%endif
|
||||
|
||||
# Controls what ever we fail on failed tests
|
||||
%ifarch x86_64 %{arm} ppc64le s390x
|
||||
%ifarch x86_64 %{arm} ppc64le s390x aarch64
|
||||
%global fail_on_tests 1
|
||||
%else
|
||||
%global fail_on_tests 0
|
||||
@ -93,9 +93,9 @@
|
||||
%endif
|
||||
|
||||
%global go_api 1.25
|
||||
%global go_version 1.25.8
|
||||
%global go_version 1.25.9
|
||||
%global version %{go_version}
|
||||
%global pkg_release 1
|
||||
%global pkg_release 2
|
||||
|
||||
# LLVM compiler-rt version for race detector
|
||||
%global llvm_compiler_rt_version 18.1.8
|
||||
@ -587,6 +587,10 @@ cd ..
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 22 2026 dbenoit <dbenoit@redhat.com> - 1.25.9-1
|
||||
- Update to Go 1.25.9 (fips-2)
|
||||
- Resolves: RHEL-169932
|
||||
|
||||
* Thu Apr 02 2026 dbenoit <dbenoit@redhat.com> - 1.25.7-2
|
||||
- Update to Go 1.25.8 (fips-1)
|
||||
- Resolves: RHEL-156551
|
||||
|
||||
Loading…
Reference in New Issue
Block a user