diff --git a/go.changes b/go.changes index 66454d1..9e4db11 100644 --- a/go.changes +++ b/go.changes @@ -16,6 +16,11 @@ Wed Feb 16 22:41:18 UTC 2021 - Jeff Kowalczyk - Update to current stable go1.15 Refs boo#1175132 go1.15 release tracking +------------------------------------------------------------------- +Fri Aug 28 17:14:07 UTC 2020 - Neal Gompa + +- Add golang Provides for RH/Fedora compatibility + ------------------------------------------------------------------- Tue Jun 30 17:15:40 UTC 2020 - Andreas Schwab diff --git a/go.spec b/go.spec index 00f65ee..868a884 100644 --- a/go.spec +++ b/go.spec @@ -41,6 +41,8 @@ ExclusiveArch: %ix86 x86_64 %arm aarch64 ppc64 ppc64le s390x riscv64 # We provide golang(API) so that projects can Prefer: go. Any project using Go # code with golang(API) BuildRequires should add Prefer: go. Provides: golang(API) = %{api_version} +# We provide this for RH/Fedora compatibility +Provides: golang = %{version} # Make this both Requires and BuildRequires go1.x so that we get build errors # if it is missing. BuildRequires: go%{api_version} @@ -57,6 +59,8 @@ safety of a static language. Summary: Go documentation License: BSD-3-Clause Group: Documentation/Other +# We provide this for RH/Fedora compatibility +Provides: golang-docs = %{version} Requires: go = %{version} Supplements: go = %{version} Requires: go%{api_version}-doc @@ -74,6 +78,8 @@ Url: https://compiler-rt.llvm.org/ Requires: go = %{version} Supplements: go = %{version} ExclusiveArch: %{tsan_arch} +# We provide this for RH/Fedora compatibility +Provides: golang-race = %{version} # Make this both Requires and BuildRequires go1.x-race so that we get build # errors if it is missing. BuildRequires: go%{api_version}-race