diff --git a/SPECS/go-toolset.spec b/SPECS/go-toolset.spec
index 036ac57..c2dda4a 100644
--- a/SPECS/go-toolset.spec
+++ b/SPECS/go-toolset.spec
@@ -2,7 +2,7 @@
 
 Name: go-toolset
 Version: %{go_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Package that installs go-toolset
 License: BSD and Public Domain
 
@@ -18,6 +18,10 @@ This is the main package for go-toolset.
 %files
 
 %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
 - Rebase to go-1.16.6-1-openssl-fips
 - Resolves: rhbz#1982281