import golang-1.19.9-1.module+el8.8.0+18857+fca43658

This commit is contained in:
CentOS Sources 2023-05-25 07:44:28 +00:00 committed by Stepan Oksanichenko
parent 657fcc9a5c
commit efb0078f58
3 changed files with 9 additions and 5 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/go1.19.6-1-openssl-fips.tar.gz
SOURCES/go1.19.6.tar.gz
SOURCES/go1.19.9-1-openssl-fips.tar.gz
SOURCES/go1.19.9.tar.gz

View File

@ -1,2 +1,2 @@
e990e956bbd3c1e52914ea39f075a1c666bde4e4 SOURCES/go1.19.6-1-openssl-fips.tar.gz
d85391faa6c2d74090008b9744e4664267700fd3 SOURCES/go1.19.6.tar.gz
8fda3e3fec80fab52d5540ef961ffc1b5474d581 SOURCES/go1.19.9-1-openssl-fips.tar.gz
df6aae619e1c7188b243ab78860ef7288940fda6 SOURCES/go1.19.9.tar.gz

View File

@ -96,7 +96,7 @@
%endif
%global go_api 1.19
%global version 1.19.6
%global version 1.19.9
%global pkg_release 1
Name: golang
@ -536,6 +536,10 @@ cd ..
%endif
%changelog
* Wed May 17 2023 Alejandro Sáez <asm@redhat.com> - 1.19.9-1
- Rebase to Go 1.19.9
- Resolves: rhbz#2204473
* Wed Mar 01 2023 David Benoit <dbenoit@redhat.com> - 1.19.6-1
- Rebase to Go 1.19.6
- Resolves: rhbz#2174430