- Fix unresolved BuildRequires fpc for Leap 15.4/i586.
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=320
This commit is contained in:
parent
8652363ff5
commit
e9e97180f8
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 09:24:07 UTC 2022 - Tom de Vries <tdevries@suse.com>
|
||||
|
||||
- Fix unresolved BuildRequires fpc for Leap 15.4/i586.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 25 14:53:56 UTC 2022 - Tom de Vries <tdevries@suse.com>
|
||||
|
||||
|
10
gdb.spec
10
gdb.spec
@ -552,14 +552,16 @@ BuildRequires: glibc-devel-static
|
||||
BuildRequires: gcc-go
|
||||
%endif
|
||||
|
||||
%if %{with fpc}
|
||||
%if 0%{?suse_version} >= 1500 && 0%{?is_opensuse}
|
||||
%if %{with fpc} && 0%{?is_opensuse}
|
||||
%ifarch x86_64 aarch64 armv7l
|
||||
# Tumbleweed and Leap 15.x.
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: fpc
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
# fpc is (currently?) unavailable for Leap 15.3/i586.
|
||||
%if 0%{?sle_version} != 150300 && 0%{?is_opensuse}
|
||||
# Tumbleweed and Leap 15.{0,1,2}.
|
||||
# fpc seems to be unavailable for Leap 15.{3,4}/i586.
|
||||
%if 0%{?suse_version} > 1500 || (0%{?sle_version} >= 150000 && 0%{?sle_version} <= 150200)
|
||||
BuildRequires: fpc
|
||||
%endif
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user