OpenSSL engine split off since Fedora 41

Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
This commit is contained in:
Peter Lemenkov 2024-07-10 16:34:14 +02:00
parent 039ee25fc0
commit 1d682bab55

View File

@ -242,9 +242,9 @@ A byte code compiler for Erlang which produces highly compact code.
%package crypto
Summary: Cryptographical support
BuildRequires: pkgconfig(openssl)
# FIXME there is something wrong with OpenSSL 3.0 support in Erlang right now.
# We have to fallback to OpenSSL1 explicitly.
# BuildRequires: openssl1.1-devel
%if 0%{fedora} > 40
BuildRequires: openssl-devel-engine
%endif
Requires: %{name}-erts%{?_isa} = %{version}-%{release}
Requires: %{name}-kernel%{?_isa} = %{version}-%{release}
Requires: %{name}-stdlib%{?_isa} = %{version}-%{release}