From 9e8f2f585a308b86d1b5589fe3ad0e432e56014c Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 28 Sep 2021 19:33:21 -0400 Subject: [PATCH] Guarantee the use of OpenSSL 1.1 Fixes module build on Fedora 36 Signed-off-by: Stephen Gallagher --- nodejs.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 8eee354..cb2a185 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -176,8 +176,8 @@ Requires: libnghttp2 >= %{nghttp2_version} # provide releases for it. Provides: bundled(llhttp) = %{llhttp_version} -BuildRequires: openssl-devel >= %{openssl_minimum} -Requires: openssl >= %{openssl_minimum} +BuildRequires: openssl1.1-devel >= %{openssl_minimum} +Requires: openssl1.1 >= %{openssl_minimum} # we need the system certificate store Requires: ca-certificates @@ -668,6 +668,10 @@ end %changelog +* Tue Sep 28 2021 Stephen Gallagher - 1:14.18.0-2 +- Guarantee the use of OpenSSL 1.1 +- Fixes module build on Fedora 36 + * Tue Sep 28 2021 Stephen Gallagher - 1:14.18.0-1 - Update to 14.18.0 - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V14.md#14.18.0