diff --git a/valgrind.changes b/valgrind.changes index 7851bdc..d0b25ff 100644 --- a/valgrind.changes +++ b/valgrind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 3 15:20:42 UTC 2022 - Dirk Müller + +- exclude client-headers from building for non-supported architectures + ------------------------------------------------------------------- Wed Apr 20 09:39:21 UTC 2022 - Adam Majer diff --git a/valgrind.spec b/valgrind.spec index 6f6b3e0..43ac9cf 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -44,12 +44,12 @@ Patch9: parallel-lto.patch Patch10: dhat-use-datadir.patch BuildRequires: automake BuildRequires: pkgconfig +ExclusiveArch: aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l armv6hl %if "%{flavor}" == "" Requires: glibc >= %{glibc_main_version}.%{glibc_major_version} Requires: glibc < %{glibc_main_version}.%{lua:print(rpm.expand("%{glibc_major_version}")+1)} Provides: callgrind = %{version} Obsoletes: callgrind < %{version} -ExclusiveArch: aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l armv6hl %if %{with docs} BuildRequires: docbook-xsl-stylesheets BuildRequires: libxslt