- remove 32bit support for ALP
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=272
This commit is contained in:
parent
de8065e07b
commit
70e6bc7607
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 15 10:09:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- remove 32bit support for ALP
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 14 08:42:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Tue Nov 14 08:42:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -46,7 +46,11 @@ Patch9: parallel-lto.patch
|
|||||||
Patch10: dhat-use-datadir.patch
|
Patch10: dhat-use-datadir.patch
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: pkgconfig
|
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
|
ExclusiveArch: aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l armv6hl
|
||||||
|
%endif
|
||||||
%if "%{flavor}" == ""
|
%if "%{flavor}" == ""
|
||||||
Requires: (glibc >= %{glibc_main_version}.%{glibc_major_version} with glibc < %{glibc_main_version}.%{lua:print(rpm.expand("%{glibc_major_version}")+1)})
|
Requires: (glibc >= %{glibc_main_version}.%{glibc_major_version} with glibc < %{glibc_main_version}.%{lua:print(rpm.expand("%{glibc_major_version}")+1)})
|
||||||
Provides: callgrind = %{version}
|
Provides: callgrind = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user