From 6c669922940d60da0d7b228dd6e67aa9f4a6774d Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 15 Dec 2022 10:39:24 +0800 Subject: [PATCH] add make to buildrequires --- libuv.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libuv.spec b/libuv.spec index 6e027c9..61b9009 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,7 +1,7 @@ Name: libuv Epoch: 1 Version: 1.42.0 -Release: 3 +Release: 4 Summary: A multi-platform support library with a focus on asynchronous I/O # from README.md @@ -11,7 +11,7 @@ Source0: http://dist.libuv.org/dist/v%{version}/%{name}-v%{version}.tar.g Patch1: backport-Skip-some-tests.patch -BuildRequires: autoconf automake libtool gcc +BuildRequires: autoconf automake libtool gcc make %description libuv is a multi-platform support library with a focus on asynchronous I/O. @@ -62,6 +62,9 @@ make check %doc ChangeLog %changelog +* Thu Dec 15 2022 shixuantong - 1:1.42.0-4 +- add make to buildrequires + * Thu Dec 08 2022 shixuantong - 1:1.42.0-3 - skip some test -- Gitee