From 0eddb4e6a61cf4f0bd3d3070f413237cdc871088 Mon Sep 17 00:00:00 2001 From: Li Jinlin Date: Wed, 1 Dec 2021 17:43:55 +0800 Subject: [PATCH] enable %check option --- libaio.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libaio.spec b/libaio.spec index c1508c6..edd416a 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,6 +1,8 @@ +#needsrootforbuild + Name: libaio Version: 0.3.112 -Release: 1 +Release: 2 Summary: Linux-native asynchronous I/O access library License: LGPLv2+ URL: https://pagure.io/libaio @@ -57,6 +59,9 @@ rm -rf %{buildroot}%{_usr}/%{_lib}/libaio.a %ldconfig_scriptlets +%check +make check + %files %license COPYING %attr(0755,root,root) %{_libdir}/libaio.so.* @@ -66,6 +71,9 @@ rm -rf %{buildroot}%{_usr}/%{_lib}/libaio.a %attr(0755,root,root) %{_libdir}/libaio.so %changelog +* Wed Dec 1 2021 Li Jinlin - 0.3.112-2 +- enable %check option + * Sat Jul 29 2020 Zhiqiang Liu - 0.3.112-1 - update from 0.3.111 to 0.3.112 -- Gitee