From 9eca3d7e00d8addfc6624320d48754675e60dabf Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Thu, 27 Dec 2012 16:48:09 -0700 Subject: [PATCH] guard libuv BuildRequires that way I don't spend another half-hour chasing down a FTBFS that happened only because it took awhile for the new libuv to make it into the buildroot ;-) --- nodejs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodejs.spec b/nodejs.spec index 2eb1c62..c1fa279 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -13,7 +13,7 @@ Source4: nodejs.req Source5: nodejs-symlink-deps BuildRequires: v8-devel BuildRequires: http-parser-devel >= 2.0 -BuildRequires: libuv-devel +BuildRequires: libuv-devel >= %{version} BuildRequires: c-ares-devel BuildRequires: zlib-devel # Node.js requires some features from openssl 1.0.1 for SPDY support @@ -137,6 +137,7 @@ rm -f %{_defaultdocdir}/%{name}-docs-%{version}/html/nodejs.1 - respect optflags - include documentation in subpackage - add RPM dependency generation and related magic +- guard libuv depedency so it always gets bumped when nodejs does * Wed Dec 19 2012 Dan HorĂ¡k - 0.9.3-8 - set exclusive arch list to match v8