From f19760b307ec1a776e9b9b6eff9646e6d62a97e4 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Thu, 29 Jun 2023 18:31:22 +0000 Subject: [PATCH] import golang-1.19.10-1.el9_2 --- .gitignore | 4 ++-- .golang.metadata | 4 ++-- SPECS/golang.spec | 12 +++++++++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 8cbca3e..8c4be76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/go1.19.9-2-openssl-fips.tar.gz -SOURCES/go1.19.9.tar.gz +SOURCES/go1.19.10-1-openssl-fips.tar.gz +SOURCES/go1.19.10.tar.gz diff --git a/.golang.metadata b/.golang.metadata index 746c24e..ee3b44c 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -1,2 +1,2 @@ -46b6e9fdd5999a691ca23ffa1f4933499a3f09fb SOURCES/go1.19.9-2-openssl-fips.tar.gz -df6aae619e1c7188b243ab78860ef7288940fda6 SOURCES/go1.19.9.tar.gz +b282758e02d28b0c946f3d42a3a2a2df83995733 SOURCES/go1.19.10-1-openssl-fips.tar.gz +d894732eb0aebd89eeb404e3e8e51af47a581e71 SOURCES/go1.19.10.tar.gz diff --git a/SPECS/golang.spec b/SPECS/golang.spec index f147e8c..2838719 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -96,13 +96,13 @@ %endif %global go_api 1.19 -%global go_version 1.19.9 +%global go_version 1.19.10 %global version %{go_version} -%global pkg_release 2 +%global pkg_release 1 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 @@ -533,6 +533,12 @@ cd .. %endif %changelog +* Tue Jun 6 2023 David Benoit - 1.19.10-1 +- Update to Go 1.19.10 +- Resolves: rhbz#2217626 +- Resolves: rhbz#2217612 +- Resolves: rhbz#2217584 + * Tue May 23 2023 Alejandro Sáez - 1.19.9-2 - Fix TestEncryptOAEP and TLS failures in FIPS mode - Resolves: rhbz#2204476