diff --git a/.gitignore b/.gitignore index 7914d97..01e06b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/compiler-rt-18.1.8.src.tar.xz -SOURCES/go1.25.3-1-openssl-fips.tar.gz -SOURCES/go1.25.3.tar.gz +SOURCES/go1.25.5-1-openssl-fips.tar.gz +SOURCES/go1.25.5.tar.gz diff --git a/.golang.metadata b/.golang.metadata index a2e5118..c7220e9 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -1,3 +1,3 @@ 6ecbfa5516b60adb4e4e60f991b0d8ddf5aab12a SOURCES/compiler-rt-18.1.8.src.tar.xz -eb585257c57d2644a89c43d5fa277f78df3ab8c9 SOURCES/go1.25.3-1-openssl-fips.tar.gz -22eae00c75c7739a710b07eb4d2a4e96c89c479e SOURCES/go1.25.3.tar.gz +d85ac31a94137b3bcaff6af37ee233d36200c870 SOURCES/go1.25.5-1-openssl-fips.tar.gz +bd09219d3b0223eb69ef9096093ff28e1f210099 SOURCES/go1.25.5.tar.gz diff --git a/SPECS/golang.spec b/SPECS/golang.spec index 8fdfa17..530a778 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -93,7 +93,7 @@ %endif %global go_api 1.25 -%global go_version 1.25.3 +%global go_version 1.25.5 %global version %{go_version} %global pkg_release 1 @@ -102,7 +102,7 @@ Name: golang Version: %{version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain License: BSD and Public Domain @@ -587,6 +587,10 @@ cd .. %endif %changelog +* Mon Jan 19 2026 dbenoit - 1.25.5-1 +- Update to Go 1.25.5 (fips-1) +- Resolves: RHEL-139365 + * Wed Oct 29 2025 David Benoit - 1.25.3-1 - Update to Go 1.25.3 (sync from CentOS Stream 9) - Build go-toolset as a subpackage