|
|
|
@ -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 <asm@redhat.com> - 1.23.1-4
|
|
|
|
|
- Remove bundled boringcrypto blob
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.23.1-3
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|