import golang-1.16.6-2.module+el8.5.0+11908+0085d002

This commit is contained in:
CentOS Sources 2021-07-26 11:52:01 +00:00 committed by Andrew Lukoshko
parent 65dbd1cb0e
commit ab58058a09
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/go-go-1.16.6-1-openssl-fips.tar.gz
SOURCES/go-go-1.16.6-3-openssl-fips.tar.gz

View File

@ -1 +1 @@
7774d926811391e57a48cf9d9d12e83a848d3565 SOURCES/go-go-1.16.6-1-openssl-fips.tar.gz
97a713b08ed6438c1b488c29fb4c1b2d654831c8 SOURCES/go-go-1.16.6-3-openssl-fips.tar.gz

View File

@ -97,11 +97,11 @@
%global go_api 1.16
%global go_version 1.16.6
%global pkg_release 1
%global pkg_release 3
Name: golang
Version: %{go_version}
Release: 1%{?dist}
Release: 2%{?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
@ -516,6 +516,10 @@ cd ..
%endif
%changelog
* Wed Jul 21 2021 Derek Parker <deparker@redhat.com> - 1.16.6-2
- Fix TestBoringServerCurves failure when run by itself
- Resolves: rhbz#1976168
* Thu Jul 15 2021 David Benoit <dbenoit@redhat.com> - 1.16.6-1
- Rebase to go-1.16.6-1-openssl-fips
- Resolves: rhbz#1982281