From 4c3298eba15e870db7cfecfb093dd2c5ba99e952 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 13 Apr 2023 15:36:35 +0200 Subject: [PATCH] use arm family macro --- valgrind.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/valgrind.spec b/valgrind.spec index bbd98ea..b27486d 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -28,9 +28,10 @@ BuildRequires: glibc-devel >= 6:2.2 BuildRequires: libgomp-devel BuildRequires: libstdc++-devel %{?with_mpi:BuildRequires: mpi-devel} +BuildRequires: rpmbuild(macros) >= 2.007 Obsoletes: valgrind-callgrind < 0.11 Obsoletes: valgrind-calltree < 0.10 -ExclusiveArch: %{ix86} %{x8664} armv7hl armv7hnl armv7l ppc ppc64 s390x x32 aarch64 +ExclusiveArch: %{ix86} %{x8664} %{armv7} ppc ppc64 s390x x32 aarch64 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _noautostrip .*/vgpreload.*\\.so -- 2.44.0