diff --git a/golang.spec b/golang.spec index 70d7fd4..3313e82 100644 --- a/golang.spec +++ b/golang.spec @@ -97,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 @@ -258,6 +258,8 @@ popd %autopatch -p1 sed -i '1s/$/ (%{?rhel:Red Hat} %{version}-%{release})/' VERSION +# Delete the boring binary blob. We use the system OpenSSL instead. +rm -rf src/crypto/internal/boring/syso cp %{SOURCE2} ./src/runtime/ @@ -521,6 +523,10 @@ cd .. %endif %changelog +* Fri Dec 13 2024 Alejandro Sáez - 1.22.9-2 +- Remove bundled boringcrypto blob +- Resolves: RHEL-54338 + * Thu Nov 14 2024 David Benoit - 1.22.9-1 - Update to Go 1.22.9 - Resolves: RHEL-67668