From 90629860e875b2b084751b821f15812a738c62cb683e06c6b6c61161e976a004 Mon Sep 17 00:00:00 2001 From: JS Date: Tue, 3 Mar 2026 16:01:21 +0800 Subject: [PATCH] Don't BuildRequire valgrind on loongarch64 --- rdma-core.changes | 5 +++++ rdma-core.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/rdma-core.changes b/rdma-core.changes index 7f609d6..fd144f5 100644 --- a/rdma-core.changes +++ b/rdma-core.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 3 07:40:12 UTC 2026 - JS + +- Don't BuildRequire valgrind on loongarch64 + ------------------------------------------------------------------- Mon Jan 05 11:24:23 UTC 2026 - Nicolas Morey diff --git a/rdma-core.spec b/rdma-core.spec index 585ab7c..87e5b0b 100644 --- a/rdma-core.spec +++ b/rdma-core.spec @@ -99,7 +99,7 @@ BuildRequires: libdrm-devel BuildRequires: python3-Cython BuildRequires: python3-devel %endif -%ifnarch s390 s390x +%ifnarch s390 s390x loongarch64 %if 0%{?suse_version} >= 1550 BuildRequires: valgrind-client-headers %else -- 2.51.1