Accepting request 1120367 from devel:tools
- remove buildrequires on 32bit packages OBS-URL: https://build.opensuse.org/request/show/1120367 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/valgrind?expand=0&rev=146
This commit is contained in:
commit
190abf734a
@ -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>
|
||||
|
||||
|
@ -59,6 +59,7 @@ BuildRequires: gcc8-c++
|
||||
%else
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
%if !0%{?disable_32bit}
|
||||
%ifarch x86_64 ppc64
|
||||
BuildRequires: glibc-devel-32bit
|
||||
%if 0%{?suse_version} < 1500
|
||||
@ -67,7 +68,7 @@ BuildRequires: gcc8-c++-32bit
|
||||
BuildRequires: gcc-c++-32bit
|
||||
%endif
|
||||
%endif
|
||||
%else
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user