Accepting request 998530 from home:marxin:branches:devel:gcc
- Enable debuginfod for all archs as we index all TW RPM files. - Recommend libdebuginfod1 when one installs gdb so that it can utilize debuginfod server by default. OBS-URL: https://build.opensuse.org/request/show/998530 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=328
This commit is contained in:
6
gdb.spec
6
gdb.spec
@@ -342,7 +342,6 @@ Patch2027: fix-for-gdb.base-solib-search.exp-test.patch
|
||||
Patch2028: make-gdb.ada-float-bits.exp-more-generic.patch
|
||||
Patch2029: gdb-testsuite-fix-gdb.threads-killed-outside.exp-on-aarch64.patch
|
||||
|
||||
|
||||
# Backports from master, not yet available in next release.
|
||||
|
||||
#
|
||||
@@ -384,7 +383,6 @@ Patch2114: gdb-fix-watchpoints-triggered.patch
|
||||
|
||||
#
|
||||
|
||||
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
%if 0%{suse_version} > 1110
|
||||
@@ -427,13 +425,12 @@ BuildRequires: %{python}-devel
|
||||
%endif # 0%{!?_without_python:1}
|
||||
%global have_libdebuginfod 0
|
||||
%if 0%{?suse_version} > 1500
|
||||
%ifarch %{ix86} x86_64 aarch64 armv7l ppc64 ppc64le s390x
|
||||
%global have_libdebuginfod 1
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{have_libdebuginfod}
|
||||
BuildRequires: libdebuginfod-devel
|
||||
BuildRequires: libdebuginfod1
|
||||
Recommends: libdebuginfod1
|
||||
%endif
|
||||
%global have_libipt 0
|
||||
%if 0%{suse_version} > 1110
|
||||
@@ -789,7 +786,6 @@ find -name "*.info*"|xargs rm -f
|
||||
%patch2113 -p1
|
||||
%patch2114 -p1
|
||||
|
||||
|
||||
#unpack libipt
|
||||
%if 0%{have_libipt}
|
||||
tar xzf %{SOURCE7}
|
||||
|
Reference in New Issue
Block a user