From f68aa6940d8667050555ebfb017848274d13d26f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mon, 1 Aug 2022 04:58:37 -0400 Subject: [PATCH] import golang-1.17.12-1.module+el8.6.0+16014+a372c00b --- .gitignore | 2 +- .golang.metadata | 2 +- SPECS/golang.spec | 10 +++++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4f4b09b..ce87de6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/go1.17.10-1-openssl-fips.tar.gz +SOURCES/go1.17.12-1-openssl-fips.tar.gz diff --git a/.golang.metadata b/.golang.metadata index d401cd7..5e06ce1 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -1 +1 @@ -f2f9f18899b59c00372c975f221c9fcb1e75b904 SOURCES/go1.17.10-1-openssl-fips.tar.gz +ba529d47d6ee80a2ddca1a20dd5a5aa72ab9bdbd SOURCES/go1.17.12-1-openssl-fips.tar.gz diff --git a/SPECS/golang.spec b/SPECS/golang.spec index c62da57..1c6fd78 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -96,7 +96,7 @@ %endif %global go_api 1.17 -%global go_version 1.17.10 +%global go_version 1.17.12 %global pkg_release 1 Name: golang @@ -511,6 +511,14 @@ cd .. %endif %changelog +* Wed Jul 20 2022 David Benoit - 1.17.12-1 +- Update Go to version 1.17.12 +- Resolves: rhbz#2109182 + +* Wed Jul 20 2022 David Benoit - 1.17.10-2 +- Clean up dist-git patches +- Resolves: rhbz#2109173 + * Fri May 27 2022 David Benoit - 1.17.10-1 - Rebase to Go 1.17.10 - Resolves: rhbz#2091077