diff --git a/.gitignore b/.gitignore index 5be766c..4703bea 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/go-go-1.15.3-1-openssl-fips.tar.gz +SOURCES/go-go-1.15.5-1-openssl-fips.tar.gz diff --git a/.golang.metadata b/.golang.metadata index f0f706f..a174a72 100644 --- a/.golang.metadata +++ b/.golang.metadata @@ -1 +1 @@ -59d70498286e9d4f6b23ec0022cb4e968577b55c SOURCES/go-go-1.15.3-1-openssl-fips.tar.gz +b77922aa946a52f39bf64456e151eebd38ca6b6f SOURCES/go-go-1.15.5-1-openssl-fips.tar.gz diff --git a/SPECS/golang.spec b/SPECS/golang.spec index 7d17455..f60271a 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -96,12 +96,12 @@ %endif %global go_api 1.15 -%global go_version 1.15.3 +%global go_version 1.15.5 %global pkg_release 1 Name: golang Version: %{go_version} -Release: 2%{?dist} +Release: 1%{?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 @@ -529,6 +529,12 @@ cd .. %endif %changelog +* Tue Nov 24 2020 David Benoit - 1.15.5-1 +- Rebase to 1.15.5 +- Resolves: rhbz#1898652 +- Resolves: rhbz#1898660 +- Resolves: rhbz#1898649 + * Mon Nov 16 2020 David Benoit - 1.15.3-2 - fix typo in patch file name - Related: rhbz#1881539