From c65e67f7b6b2fef6399d449396070bc8481dd0a7 Mon Sep 17 00:00:00 2001 From: rwx403335 Date: Mon, 20 Jun 2022 15:39:00 +0800 Subject: [PATCH] enable check --- libuv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libuv.spec b/libuv.spec index 19a615e..9a64c1f 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,7 +1,7 @@ Name: libuv Epoch: 1 Version: 1.42.0 -Release: 1 +Release: 2 Summary: A multi-platform support library with a focus on asynchronous I/O # from README.md @@ -42,6 +42,7 @@ Development libraries for libuv %check %ldconfig_scriptlets +make check %files %license LICENSE @@ -59,6 +60,9 @@ Development libraries for libuv %doc ChangeLog %changelog +* Mon Jun 20 2022 renhongxun - 1.42.0-2 +- enable check + * Tue Dec 21 2021 shangyibin - 1.42.0-1 - upgrade version to 1.42.0 -- Gitee