mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Fix openssl version
This commit is contained in:
parent
5afa09cef4
commit
673f149abf
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ Requires: http-parser >= 2.7.0
|
|||
Provides: bundled(http-parser) = %{http_parser_version}
|
||||
%endif
|
||||
|
||||
BuildRequires: (openssl-devel >= 1:1.0.2 or compat-openssl10-devel)
|
||||
BuildRequires: (openssl-devel <= 1:1.1.0 or compat-openssl10-devel)
|
||||
|
||||
# we need the system certificate store when Patch2 is applied
|
||||
Requires: ca-certificates
|
||||
|
|
Loading…
Reference in a new issue