From: Justin M. Forbes <[email protected]> Add openssl-devel-engine as a buildrequirement.
Unofrotunately the change for openssl to deprecate the engine API[1] was approved. This means we need a new buildreq on openssl-devel-engine for things to build at the moment for both rawhide and ELN. [1] https://fedoraproject.org/wiki/Changes/OpensslDeprecateEngine Signed-off-by: Justin M. Forbes <[email protected]> diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -711,7 +711,7 @@ BuildRequires: libnl3-devel %endif %endif %if %{with_tools} || %{signmodules} || %{signkernel} -BuildRequires: openssl-devel +BuildRequires: openssl-devel openssl-devel-engine %endif %if %{with_bpftool} BuildRequires: python3-docutils -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3220 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
