import golang-1.19.10-1.module+el8.8.0+19203+782922b7

This commit is contained in:
Andrew Lukoshko 2023-06-29 18:37:41 +00:00
parent efb0078f58
commit 2640bac9b5
3 changed files with 11 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/go1.19.9-1-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

View File

@ -1,2 +1,2 @@
8fda3e3fec80fab52d5540ef961ffc1b5474d581 SOURCES/go1.19.9-1-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

View File

@ -96,7 +96,7 @@
%endif
%global go_api 1.19
%global version 1.19.9
%global version 1.19.10
%global pkg_release 1
Name: golang
@ -536,6 +536,12 @@ cd ..
%endif
%changelog
* Tue Jun 6 2023 David Benoit <dbenoit@redhat.com> - 1.19.10-1
- Update to Go 1.19.10
- Resolves: rhbz#2217623
- Resolves: rhbz#2217609
- Resolves: rhbz#2217581
* Wed May 17 2023 Alejandro Sáez <asm@redhat.com> - 1.19.9-1
- Rebase to Go 1.19.9
- Resolves: rhbz#2204473