From 2689cc83bc6c585161be75a1f454043dddffad64 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Thu, 22 Jun 2023 17:01:51 -0400 Subject: [PATCH] Add runtime requirement for openssl-devel Compiling any crypto-dependent code with crypto/boring enabled requires openssl headers and libraries. --- golang.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/golang.spec b/golang.spec index 86fda1c..c6c25b0 100644 --- a/golang.spec +++ b/golang.spec @@ -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 - 1.20.5-3 +- Add runtime requirement for openssl-devel + * Wed Jun 14 2023 Alejandro Sáez - 1.20.5-2 - Package bump up do to a mistake I made