From b0ab25939df67f6377e119b13589f3cf816c1ddc Mon Sep 17 00:00:00 2001 From: oerv Date: Sun, 24 May 2026 12:38:38 +0800 Subject: [PATCH] SPECS: libmodulemd: fix build failure --- SPECS/libmodulemd/libmodulemd.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SPECS/libmodulemd/libmodulemd.spec b/SPECS/libmodulemd/libmodulemd.spec index b15eb82c12..775565ae2e 100644 --- a/SPECS/libmodulemd/libmodulemd.spec +++ b/SPECS/libmodulemd/libmodulemd.spec @@ -3,6 +3,7 @@ # SPDX-FileContributor: Xuhai Chang # SPDX-FileContributor: Zheng Junjie # SPDX-FileContributor: misaka00251 +# SPDX-FileContributor: Zitao Zhou # # SPDX-License-Identifier: MulanPSL-2.0 @@ -79,5 +80,12 @@ Development files for %{name}. %files -n python-%{name} %{python3_sitearch}/gi/overrides/ +%check +%ifarch riscv64 +%meson_test --no-suite ci_valgrind +%else +%meson_test +%endif + %changelog %autochangelog