diff --git a/libuv.spec b/libuv.spec index 19a615e163e14810843a9842fefd3b2f9d07bd2d..9a64c1f5ecc1cda92cf41a70acbc8906aa5c4215 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