From f65e7cb1220fbf2ff0fd550ab62798fe39b965fc Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 18 Aug 2025 00:33:06 +0000 Subject: [PATCH] import UBI golang-1.24.6-1.module+el8.10.0+23407+428597c7 --- .gitignore | 4 ++-- .golang.metadata | 4 ++-- SPECS/golang.spec | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 205e7d9..d3e0fbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/go1.24.4-1-openssl-fips.tar.gz -SOURCES/go1.24.4.tar.gz +SOURCES/go1.24.6-1-openssl-fips.tar.gz +SOURCES/go1.24.6.tar.gz diff --git a/.golang.metadata b/.golang.metadata index f214e68..45e56e2 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -1,2 +1,2 @@ -17f42100ea9dfb490f9e01ceb202ed77de85af58 SOURCES/go1.24.4-1-openssl-fips.tar.gz -c47e32e36f3bc042dde60d44908c0c78039a69a4 SOURCES/go1.24.4.tar.gz +5a76a00182a4e6ee8bb5a75ea99e545a10e09c39 SOURCES/go1.24.6-1-openssl-fips.tar.gz +e156513b78ffa159c033bec54675cc3dd2fe9101 SOURCES/go1.24.6.tar.gz diff --git a/SPECS/golang.spec b/SPECS/golang.spec index dd996aa..3d5b055 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -92,7 +92,7 @@ %endif %global go_api 1.24 -%global version 1.24.4 +%global version 1.24.6 %global pkg_release 1 Name: golang @@ -523,6 +523,10 @@ cd .. %endif %changelog +* Wed Aug 13 2025 David Benoit - 1.24.6-1 +- Update to Go 1.24.6 (fips-1) +- Resolves: RHEL-106455 + * Tue Jul 01 2025 David Benoit - 1.24.4-1 - Update to Go 1.24.4 (fips-1) - Resolves: RHEL-85264