From 70e6bc76072d034b2c0d572293fd221d5a9d1a0e33f24af8f483de5642161e59 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 15 Nov 2023 10:12:12 +0000 Subject: [PATCH] - remove 32bit support for ALP OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=272 --- valgrind.changes | 5 +++++ valgrind.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/valgrind.changes b/valgrind.changes index 36c41b0..6a0ac19 100644 --- a/valgrind.changes +++ b/valgrind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 15 10:09:48 UTC 2023 - Dirk Müller + +- remove 32bit support for ALP + ------------------------------------------------------------------- Tue Nov 14 08:42:52 UTC 2023 - Dirk Müller diff --git a/valgrind.spec b/valgrind.spec index 53dc9ef..4fb522c 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -46,7 +46,11 @@ Patch9: parallel-lto.patch Patch10: dhat-use-datadir.patch BuildRequires: automake BuildRequires: pkgconfig +%if %{suse_version} == 1600 && !0%{?is_opensuse} +ExclusiveArch: aarch64 x86_64 ppc64le s390x +%else ExclusiveArch: aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l armv6hl +%endif %if "%{flavor}" == "" Requires: (glibc >= %{glibc_main_version}.%{glibc_major_version} with glibc < %{glibc_main_version}.%{lua:print(rpm.expand("%{glibc_major_version}")+1)}) Provides: callgrind = %{version}