- exclude client-headers from building for non-supported architectures

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=251
This commit is contained in:
Dirk Mueller 2022-08-03 15:21:08 +00:00 committed by Git OBS Bridge
parent 82fe9b12ff
commit 2100bec0cd
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 3 15:20:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
- exclude client-headers from building for non-supported architectures
-------------------------------------------------------------------
Wed Apr 20 09:39:21 UTC 2022 - Adam Majer <adam.majer@suse.de>

View File

@ -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