diff --git a/.gitignore b/.gitignore index 01e06b3..f793e4e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/compiler-rt-18.1.8.src.tar.xz -SOURCES/go1.25.5-1-openssl-fips.tar.gz -SOURCES/go1.25.5.tar.gz +SOURCES/go1.25.7-1-openssl-fips.tar.gz +SOURCES/go1.25.7.tar.gz diff --git a/.golang.metadata b/.golang.metadata index c7220e9..f7598a7 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -1,3 +1,3 @@ 6ecbfa5516b60adb4e4e60f991b0d8ddf5aab12a SOURCES/compiler-rt-18.1.8.src.tar.xz -d85ac31a94137b3bcaff6af37ee233d36200c870 SOURCES/go1.25.5-1-openssl-fips.tar.gz -bd09219d3b0223eb69ef9096093ff28e1f210099 SOURCES/go1.25.5.tar.gz +eafd484ace7c57671589882b737d67d9fe0a1653 SOURCES/go1.25.7-1-openssl-fips.tar.gz +a79325df981f06c0f39c9be093ad8227c8a5c67e SOURCES/go1.25.7.tar.gz diff --git a/SPECS/golang.spec b/SPECS/golang.spec index 530a778..bfc90f5 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -93,7 +93,7 @@ %endif %global go_api 1.25 -%global go_version 1.25.5 +%global go_version 1.25.7 %global version %{go_version} %global pkg_release 1 @@ -101,7 +101,7 @@ %global llvm_compiler_rt_version 18.1.8 Name: golang -Version: %{version} +Version: %{version} Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -587,6 +587,10 @@ cd .. %endif %changelog +* Thu Feb 12 2026 dbenoit - 1.25.7-1 +- Update to Go 1.25.7 (fips-1) +- Resolves: RHEL-146469 + * Mon Jan 19 2026 dbenoit - 1.25.5-1 - Update to Go 1.25.5 (fips-1) - Resolves: RHEL-139365