From 4995ef7018d761f5928c3e6a85a59b3e50fc9d8d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 21 Sep 2018 19:55:25 -0400 Subject: [PATCH] Fix libuv dependency Signed-off-by: Stephen Gallagher --- nodejs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index 58b8c19..2e3f5fe 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -140,7 +140,7 @@ BuildRequires: systemtap-sdt-devel BuildRequires: http-parser-devel >= 2.7.0 Requires: http-parser >= 2.7.0 BuildRequires: libuv-devel >= 1:%{libuv_version} -Requires: libuv >= 1:1.20.2 +Requires: libuv >= 1:%{libuv_version} BuildRequires: libnghttp2-devel >= %{nghttp2_version} Requires: libnghttp2 >= %{nghttp2_version} %endif