From 74f1176358131d8083da1e7239eb0a4e558a0a87 Mon Sep 17 00:00:00 2001 From: Li Jinlin Date: Sun, 26 Sep 2021 18:00:00 +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..64d3308 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 +* Sun Sep 26 2021 Li Jinlin - 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