Don't Require gcc-ada-32bit on old distros.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=129
This commit is contained in:
parent
c7081b119c
commit
c3dcbb42f6
4
gdb.spec
4
gdb.spec
@ -271,7 +271,11 @@ BuildRequires: gcc-ada
|
||||
%endif
|
||||
%if 0%{suse_version} > 1110
|
||||
%ifarch x86_64 ppc64 s390x
|
||||
%if 0%{suse_version} >= 1330
|
||||
# Older distros miss this pseudo package, the Ada
|
||||
# testsuite won't work completely
|
||||
BuildRequires: gcc-ada-32bit
|
||||
%endif
|
||||
BuildRequires: gcc-c++-32bit
|
||||
%endif
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user