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