diff --git a/golang.spec b/golang.spec index 6e256bf..a92287e 100644 --- a/golang.spec +++ b/golang.spec @@ -69,12 +69,8 @@ %global shared 0 %endif -# Pre build std lib with -race enabled -%ifarch x86_64 -%global race 1 -%else +# Disabled due to 1.20 new cache usage, see 1.20 upstream release notes %global race 0 -%endif %ifarch x86_64 %global gohostarch amd64 @@ -101,7 +97,7 @@ Name: golang Version: %{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 @@ -157,6 +153,9 @@ Obsoletes: %{name}-docs < 1.1-4 # RPM can't handle symlink -> dir with subpackages, so merge back Obsoletes: %{name}-data < 1.1.1-4 +# We don't build golang-race anymore, rhbz#2230599 +Obsoletes: golang-race < 1.20.0 + # These are the only RHEL/Fedora architectures that we compile this package for ExclusiveArch: %{golang_arches} @@ -520,6 +519,10 @@ cd .. %endif %changelog +* Mon Aug 14 2023 Alejandro Sáez - 1.20.6-2 +- Retire golang-race package +- Resolves: rhbz#2230705 + * Tue Jul 25 2023 Alejandro Sáez - 1.20.6-1 - Rebase to Go 1.20.6 - Resolves: rhbz#2217596