Force a depdendency on the correct version of http-parser
This commit is contained in:
parent
61bfbbdc78
commit
d9467351a3
@ -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 <sgallagh@redhat.com> - 4.2.4-4
|
||||
- Force a depdendency on the correct version of http-parser
|
||||
|
||||
* Tue Jan 19 2016 Stephen Gallagher <sgallagh@redhat.com> - 4.2.4-3
|
||||
- Force a dependency on the correct version of libuv
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user