From 3d65d8ac752633ca5a3bcc710e94c40226b72728 Mon Sep 17 00:00:00 2001 From: windfine Date: Wed, 11 Aug 2021 10:26:37 +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 ceee58f..13e1413 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 Aug 11 2021 windfine - 0.3.112-2 +- enable %check option + * Sat Jul 18 2020 volcanodragon - 0.3.112-1 - update from 0.3.111 to 0.3.112 -- Gitee