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