diff --git a/.gitignore b/.gitignore index 4d3f5f4..86314e8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.golang.metadata b/.golang.metadata index 7a03699..ada277f 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -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 diff --git a/SPECS/golang.spec b/SPECS/golang.spec index f157fb8..53d77c4 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -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 - 1.25.9-1 +- Update to Go 1.25.9 (fips-2) +- Resolves: RHEL-169932 + * Thu Apr 02 2026 dbenoit - 1.25.7-2 - Update to Go 1.25.8 (fips-1) - Resolves: RHEL-156551