From 64dd4d5c173c316b8aa62f04409f06f26d9ea7a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 7 Dec 2015 17:41:39 +0100 Subject: [PATCH] - update BR --- libuv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuv.spec b/libuv.spec index b8364ce..6b64431 100644 --- a/libuv.spec +++ b/libuv.spec @@ -5,7 +5,7 @@ Name: libuv Epoch: 1 Version: 0.10.34 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Platform layer for node.js Group: System Environment/Libraries @@ -16,6 +16,7 @@ Source0: http://libuv.org/dist/v%{version}/%{name}-v%{version}.tar.gz Source2: libuv.pc.in BuildRequires: gyp +BuildRequires: util-linux Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -119,6 +120,9 @@ cp out-static/Release/obj.target/libuv.a %{buildroot}/%{_libdir} %{_libdir}/libuv.a %changelog +* Mon Dec 07 2015 Dan HorĂ¡k - 1:0.10.34-2 +- update BR + * Tue Feb 24 2015 T.C. Hollingsworth - 1:0.10.34-1 - new upstream release 0.10.34 https://github.com/joyent/libuv/blob/v0.10.34/ChangeLog