- remove buildrequires on 32bit packages
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=269
This commit is contained in:
parent
17ba19ff7c
commit
a5b40a8e57
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 25 19:02:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- remove buildrequires on 32bit packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 23 13:47:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Oct 23 13:47:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -59,6 +59,7 @@ BuildRequires: gcc8-c++
|
|||||||
%else
|
%else
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
%endif
|
%endif
|
||||||
|
%if !0%{?disable_32bit}
|
||||||
%ifarch x86_64 ppc64
|
%ifarch x86_64 ppc64
|
||||||
BuildRequires: glibc-devel-32bit
|
BuildRequires: glibc-devel-32bit
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} < 1500
|
||||||
@ -67,7 +68,7 @@ BuildRequires: gcc8-c++-32bit
|
|||||||
BuildRequires: gcc-c++-32bit
|
BuildRequires: gcc-c++-32bit
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%else
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user