From a526883807c7deda60d85b67c73b01e7560b8bbe Mon Sep 17 00:00:00 2001
From: jfkw <>
Date: Feb 03 2022 22:21:36 +0000
Subject: Update go to version 1.17 / rev 102 via SR 950568


https://build.opensuse.org/request/show/950568
by user jfkw + dimstar_suse
- Add golang Provides for RH/Fedora compatibility (forwarded request 833025 from Pharaoh_Atem)

---

diff --git a/.files b/.files
index 3710fe3..c863d65 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index f0daebe..3087d88 100644
--- a/.rev
+++ b/.rev
@@ -941,4 +941,12 @@ go#29903 crypto/elliptic: CPU DoS vulnerability affecting P-521 and P-384 (forwa
   Refs boo#1190649 go1.17 release tracking (forwarded request 920683 from jfkw)</comment>
     <requestid>920689</requestid>
   </revision>
+  <revision rev="102" vrev="2">
+    <srcmd5>0bc006788eb1410a5c428ac30387b02f</srcmd5>
+    <version>1.17</version>
+    <time>1643926535</time>
+    <user>dimstar_suse</user>
+    <comment>- Add golang Provides for RH/Fedora compatibility (forwarded request 833025 from Pharaoh_Atem)</comment>
+    <requestid>950568</requestid>
+  </revision>
 </revisionlist>
diff --git a/go.changes b/go.changes
index a457983..7938af8 100644
--- a/go.changes
+++ b/go.changes
@@ -17,6 +17,11 @@ Wed Feb 16 22:41:18 UTC 2021 - Jeff Kowalczyk <jkowalczyk@suse.com>
   Refs boo#1175132 go1.15 release tracking
 
 -------------------------------------------------------------------
+Fri Aug 28 17:14:07 UTC 2020 - Neal Gompa <ngompa13@gmail.com>
+
+- Add golang Provides for RH/Fedora compatibility
+
+-------------------------------------------------------------------
 Tue Jun 30 17:15:40 UTC 2020 - Andreas Schwab <schwab@suse.de>
 
 - Enable for riscv64
diff --git a/go.spec b/go.spec
index 7a37829..0ad0ee9 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