From c156efd63d40dd5b4d5f48bf229a2d4d257fc257 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Wed, 29 Apr 2015 14:33:16 -0700 Subject: [PATCH] fix incorrect Requires on libuv (RHBZ#1215719) --- nodejs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 1c2b463..c602511 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,6 +1,6 @@ Name: nodejs Version: 0.10.36 -Release: 3%{?dist} +Release: 4%{?dist} Summary: JavaScript runtime License: MIT and ASL 2.0 and ISC and BSD Group: Development/Languages @@ -90,7 +90,7 @@ real-time applications that run across distributed devices. Summary: JavaScript runtime - development headers Group: Development/Languages Requires: %{name}%{?_isa} == %{version}-%{release} -Requires: libuv-devel%{?_isa} http-parser-devel%{?_isa} v8-devel%{?_isa} +Requires: compat-libuv010-devel%{?_isa} http-parser-devel%{?_isa} v8-devel%{?_isa} Requires: openssl-devel%{?_isa} c-ares-devel%{?_isa} zlib-devel%{?_isa} Requires: nodejs-packaging @@ -202,6 +202,9 @@ cp -p common.gypi %{buildroot}%{_datadir}/node %{_pkgdocdir}/html %changelog +* Wed Apr 29 2015 T.C. Hollingsworth - 0.10.36-4 +- fix incorrect Requires on libuv (RHBZ#1215719) + * Tue Feb 24 2015 T.C. Hollingsworth - 0.10.36-3 - bump v8 requires (RHBZ#1195457)