[nodejs] guard libuv BuildRequires

T.C. Hollingsworth patches at fedoraproject.org
Thu Dec 27 23:50:31 UTC 2012


commit 9eca3d7e00d8addfc6624320d48754675e60dabf
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Thu Dec 27 16:48:09 2012 -0700

    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 files changed, 2 insertions(+), 1 deletions(-)
---
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 <dan[at]danny.cz> - 0.9.3-8
 - set exclusive arch list to match v8


More information about the scm-commits mailing list