From 561239958055128d832fb70f436dd30a9d265949 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 17 Dec 2024 10:26:40 +0000 Subject: [PATCH] import UBI golang-1.22.9-2.el9_5 --- .gitignore | 4 ++-- .golang.metadata | 4 ++-- SPECS/golang.spec | 10 +++++++++- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5bb4436..3d8ec90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/compiler-rt-18.1.8.src.tar.xz -SOURCES/go1.22.7-1-openssl-fips.tar.gz -SOURCES/go1.22.7.tar.gz +SOURCES/go1.22.9-1-openssl-fips.tar.gz +SOURCES/go1.22.9.tar.gz diff --git a/.golang.metadata b/.golang.metadata index 8662f22..192555a 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -1,3 +1,3 @@ 6ecbfa5516b60adb4e4e60f991b0d8ddf5aab12a SOURCES/compiler-rt-18.1.8.src.tar.xz -24ccd6e12b48b3cfcde1aa22c520a2b2442cdb77 SOURCES/go1.22.7-1-openssl-fips.tar.gz -e9e79942f2469597a86d07dd01282e44811bc5f0 SOURCES/go1.22.7.tar.gz +af6e318112b0e4fa6f42978d5c80e2c4fc5ca02c SOURCES/go1.22.9-1-openssl-fips.tar.gz +3860690f8aee2de5da3cd46af6e84f4f94bfc5f0 SOURCES/go1.22.9.tar.gz diff --git a/SPECS/golang.spec b/SPECS/golang.spec index ca248e1..79bb78f 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -93,7 +93,7 @@ %endif %global go_api 1.22 -%global go_version 1.22.7 +%global go_version 1.22.9 %global version %{go_version} %global pkg_release 1 @@ -583,6 +583,14 @@ cd .. %endif %changelog +* Thu Nov 14 2024 David Benoit - 1.22.9-2 +- Fix sources +- Related: RHEL-67672 + +* Thu Nov 14 2024 David Benoit - 1.22.9-1 +- Update to Go 1.22.9 +- Resolves: RHEL-67672 + * Thu Oct 03 2024 Archana - 1.22.7-2 - Rebuilt to use right build target - Related: RHEL-57867