Add runtime requirement for openssl-devel
Compiling any crypto-dependent code with crypto/boring enabled requires openssl headers and libraries.
This commit is contained in:
parent
ecfc7ce021
commit
2689cc83bc
@ -115,7 +115,7 @@
|
||||
%global pkg_release 2
|
||||
|
||||
# For rpmdev-bumpspec and releng automation.
|
||||
%global baserelease 2
|
||||
%global baserelease 3
|
||||
|
||||
Name: golang
|
||||
Version: %{go_version}
|
||||
@ -153,6 +153,7 @@ BuildRequires: net-tools
|
||||
# If FIPS is enabled, we need openssl-devel
|
||||
%if %{fips}
|
||||
BuildRequires: openssl-devel
|
||||
Requires: openssl-devel
|
||||
%endif
|
||||
|
||||
BuildRequires: pcre-devel, glibc-static
|
||||
@ -607,6 +608,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 22 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.20.5-3
|
||||
- Add runtime requirement for openssl-devel
|
||||
|
||||
* Wed Jun 14 2023 Alejandro Sáez <asm@redhat.com> - 1.20.5-2
|
||||
- Package bump up do to a mistake I made
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user