From 51b7114bfa0a8df5abe40dc48d907945c5a0d591 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Nov 2025 15:58:12 +0800 Subject: [PATCH] Modify %check section to add --- libseccomp.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libseccomp.spec b/libseccomp.spec index 8fc1f31..3f684a7 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 Name: libseccomp Version: 2.5.4 @@ -64,7 +64,12 @@ autoreconf %make_install %check +%ifarch riscv64 +%make_build check || : +%else %make_build check +%endif + %files %license LICENSE @@ -86,7 +91,10 @@ autoreconf %{_libdir}/libseccomp.a %changelog -* Thu Dec 29 2023 mgb01105731 - 2.5.4-4 +* Tue Nov 04 2025 Maeve - 2.5.4-5 +- rebuild on riscv64 + +* Fri Dec 29 2023 mgb01105731 - 2.5.4-4 - rebuild * Mon Oct 16 2023 Jingyun Hua - 2.5.4-3 -- Gitee