!36 [sync] PR-34: 添加构建依赖make

From: @openeuler-sync-bot 
Reviewed-by: @zengwefeng 
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2022-12-15 08:32:14 +00:00 committed by Gitee
commit 988a38fca7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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.
@ -61,6 +61,9 @@ make check
%doc ChangeLog
%changelog
* Thu Dec 15 2022 shixuantong <shixuantong1@huawei.com> - 1:1.42.0-4
- add make to buildrequires
* Thu Dec 08 2022 shixuantong <shixuantong1@huawei.com> - 1:1.42.0-3
- skip some test