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:
Michael Matz 2016-01-14 17:15:57 +00:00 committed by Git OBS Bridge
parent c7081b119c
commit c3dcbb42f6

View File

@ -271,7 +271,11 @@ BuildRequires: gcc-ada
%endif %endif
%if 0%{suse_version} > 1110 %if 0%{suse_version} > 1110
%ifarch x86_64 ppc64 s390x %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 BuildRequires: gcc-ada-32bit
%endif
BuildRequires: gcc-c++-32bit BuildRequires: gcc-c++-32bit
%endif %endif
%endif %endif