- 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:
parent
82fe9b12ff
commit
2100bec0cd
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user