From 204b8a7fdf60aa82aa5fd6f3001e151796eb5ba6 Mon Sep 17 00:00:00 2001 From: Guoguo Date: Mon, 6 Nov 2023 13:49:20 +0000 Subject: [PATCH] disable check on riscv64 Signed-off-by: Guoguo --- man-db.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index 3466174..99194c1 100644 --- a/man-db.spec +++ b/man-db.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %global cache /var/cache/man Summary: Tools for searching and reading man pages @@ -76,7 +76,9 @@ This package provides periodic update of man-db cache. %make_build CC="%{__cc} %{optflags}" %check +%ifnarch riscv64 %make_build check +%endif %install %make_install prefix=%{_prefix} @@ -241,6 +243,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Mon Nov 6 2023 Guoguo - 2.11.2-4 +- disable check on riscv64 + * Mon Mar 27 2023 mgb01105731 - 2.11.2-3 - Del Specific Fields -- Gitee