From 3bda4d41ab9986e3400e3fbf8acdad2ac1c1021e Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 13:32:05 +0300 Subject: [PATCH] import golang-1.23.1-4.el10 --- SPECS/golang.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SPECS/golang.spec b/SPECS/golang.spec index 00544bb..518dfce 100644 --- a/SPECS/golang.spec +++ b/SPECS/golang.spec @@ -2,7 +2,7 @@ ## (rpmautospec version 0.6.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 3; + release_number = 4; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} @@ -328,6 +328,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} @@ -634,6 +636,9 @@ fi %changelog ## START: Generated by rpmautospec +* Fri Nov 29 2024 Alejandro Sáez - 1.23.1-4 +- Remove bundled boringcrypto blob + * Tue Oct 29 2024 Troy Dawson - 1.23.1-3 - Bump release for October 2024 mass rebuild: