From 8b5e08accbb86a59c66076f6cd1960dd6fbea408 Mon Sep 17 00:00:00 2001 From: Jingyun Hua Date: Tue, 1 Aug 2023 12:50:50 +0000 Subject: [PATCH] Temporarily disable check on loongarch64 --- libaio.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libaio.spec b/libaio.spec index 9672c7f..1db18e6 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. -- Gitee