mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Ensure libuv 1.19.1 or later
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
2854d1369a
commit
22b55cf942
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@ Provides: bundled(nghttp2) = %{nghttp2_version}
|
|||
BuildRequires: systemtap-sdt-devel
|
||||
BuildRequires: http-parser-devel >= 2.7.0
|
||||
Requires: http-parser >= 2.7.0
|
||||
BuildRequires: libuv-devel >= 1:1.9.1
|
||||
Requires: libuv >= 1:1.9.1
|
||||
BuildRequires: libuv-devel >= 1:1.19.1
|
||||
Requires: libuv >= 1:1.19.1
|
||||
BuildRequires: libnghttp2-devel >= 1.25.0
|
||||
Requires: libnghttp2 >= 1.25.0
|
||||
%endif
|
||||
|
|
Loading…
Reference in a new issue