diff --git a/libaio.spec b/libaio.spec index 9672c7f78ca35f9a78f36fa23b72a206134a8385..1db18e641a9acd2809cb7b40b4d290fd02b5d841 100644 --- a/libaio.spec +++ b/libaio.spec @@ -1,7 +1,7 @@ Name: libaio Version: 0.3.113 -Release: 9 +Release: 10 Summary: Linux-native asynchronous I/O access library License: LGPLv2+ URL: https://pagure.io/libaio @@ -58,7 +58,9 @@ rm -rf %{buildroot}%{_usr}/%{_lib}/libaio.a %ldconfig_scriptlets %check +%ifnarch loongarch64 make check +%endif %files %license COPYING @@ -69,6 +71,9 @@ make check %attr(0755,root,root) %{_libdir}/libaio.so %changelog +* Tue Aug 01 2023 huajingyun - 0.3.113-10 +- Temporarily disable check on loongarch64. + * Wed Apr 12 2023 Chenxi Mao - 0.3.113-9 - Fix build error because of incorrect patch file name.