import golang-1.16.6-2.module+el8.5.0+11908+0085d002
This commit is contained in:
parent
65dbd1cb0e
commit
ab58058a09
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/go-go-1.16.6-1-openssl-fips.tar.gz
|
SOURCES/go-go-1.16.6-3-openssl-fips.tar.gz
|
||||||
|
@ -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
|
||||||
|
@ -97,11 +97,11 @@
|
|||||||
|
|
||||||
%global go_api 1.16
|
%global go_api 1.16
|
||||||
%global go_version 1.16.6
|
%global go_version 1.16.6
|
||||||
%global pkg_release 1
|
%global pkg_release 3
|
||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: %{go_version}
|
Version: %{go_version}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Go Programming Language
|
Summary: The Go Programming Language
|
||||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||||
License: BSD and Public Domain
|
License: BSD and Public Domain
|
||||||
@ -516,6 +516,10 @@ cd ..
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 15 2021 David Benoit <dbenoit@redhat.com> - 1.16.6-1
|
||||||
- Rebase to go-1.16.6-1-openssl-fips
|
- Rebase to go-1.16.6-1-openssl-fips
|
||||||
- Resolves: rhbz#1982281
|
- Resolves: rhbz#1982281
|
||||||
|
Loading…
Reference in New Issue
Block a user