Guarantee the use of OpenSSL 1.1

Fixes module build on Fedora 36

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2021-09-28 19:33:21 -04:00
parent 2df714dec8
commit 9e8f2f585a
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11

View File

@ -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 <sgallagh@redhat.com> - 1:14.18.0-2
- Guarantee the use of OpenSSL 1.1
- Fixes module build on Fedora 36
* Tue Sep 28 2021 Stephen Gallagher <sgallagh@redhat.com> - 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