Remove bundled boringcrypto blob

Resolves: RHEL-54337
This commit is contained in:
Alejandro Sáez 2024-11-29 14:17:10 +01:00
parent 44fd4cad7e
commit 722ee741c0

View File

@ -318,6 +318,8 @@ This is the main package for go-toolset.
# Copy fedora.go to ./src/runtime/
cp %{SOURCE2} ./src/runtime/
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
# If FIPS is enabled, install the FIPS source
%if %{fips}