From 2d5fb7f8d7899678a48b4beac3cd5e33956dda9f Mon Sep 17 00:00:00 2001 From: Li Jinlin Date: Wed, 1 Dec 2021 17:48:58 +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..a42145c 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 18 2020 volcanodragon - 0.3.112-1 - update from 0.3.111 to 0.3.112 -- Gitee