Switch to openssl-devel-engine

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-08-08 10:18:44 +03:00
parent a0d8469788
commit 795e65ec63
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3

View File

@ -39,7 +39,7 @@
# This is used by both the nodejs package and the npm subpackage that
# has a separate version - the name is special so that rpmdev-bumpspec
# will bump this rather than adding .1 to the end.
%global baserelease %autorelease
%global baserelease %autorelease -e 0.riscv64
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
@ -249,7 +249,7 @@ Requires: openssl11 >= %{openssl11_minimum}
%if 0%{?fedora} >= 36
BuildRequires: openssl >= %{openssl30_minimum}
BuildRequires: openssl-devel >= %{openssl30_minimum}
BuildRequires: openssl-devel-engine >= %{openssl30_minimum}
%global openssl_fips_configure --openssl-is-fips
%else
Requires: openssl >= %{openssl11_minimum}