From 61bfbbdc789117a238d23555ef4b6f2a9f4a0121 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 19 Jan 2016 08:36:53 -0500 Subject: [PATCH] Force a dependency on the correct version of libuv --- nodejs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index de00920..762166f 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -8,7 +8,7 @@ Name: nodejs Version: 4.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD Group: Development/Languages @@ -40,6 +40,7 @@ Patch2: nodejs-use-system-certs.patch BuildRequires: python-devel BuildRequires: libuv-devel >= 1.7.5 +Requires: libuv >= 1.7.5 BuildRequires: http-parser-devel >= 2.6 BuildRequires: zlib-devel # Node.js requires some features from openssl 1.0.1 for SPDY support @@ -215,6 +216,9 @@ mv %{buildroot}/%{_datadir}/doc/node/gdbinit %{buildroot}/%{_pkgdocdir}/gdbinit %{_pkgdocdir}/html %changelog +* Tue Jan 19 2016 Stephen Gallagher - 4.2.4-3 +- Force a dependency on the correct version of libuv + * Mon Jan 18 2016 Stephen Gallagher - 4.2.4-2 - Fix Provides: for punycode