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:
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 22 02:58:00 UTC 2022 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 2 12:01:23 UTC 2022 - Tom de Vries <tdevries@suse.com>
|
Tue Aug 2 12:01:23 UTC 2022 - Tom de Vries <tdevries@suse.com>
|
||||||
|
|
||||||
|
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
|
Patch2028: make-gdb.ada-float-bits.exp-more-generic.patch
|
||||||
Patch2029: gdb-testsuite-fix-gdb.threads-killed-outside.exp-on-aarch64.patch
|
Patch2029: gdb-testsuite-fix-gdb.threads-killed-outside.exp-on-aarch64.patch
|
||||||
|
|
||||||
|
|
||||||
# Backports from master, not yet available in next release.
|
# Backports from master, not yet available in next release.
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -384,7 +383,6 @@ Patch2114: gdb-fix-watchpoints-triggered.patch
|
|||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@@ -427,13 +425,12 @@ BuildRequires: %{python}-devel
|
|||||||
%endif # 0%{!?_without_python:1}
|
%endif # 0%{!?_without_python:1}
|
||||||
%global have_libdebuginfod 0
|
%global have_libdebuginfod 0
|
||||||
%if 0%{?suse_version} > 1500
|
%if 0%{?suse_version} > 1500
|
||||||
%ifarch %{ix86} x86_64 aarch64 armv7l ppc64 ppc64le s390x
|
|
||||||
%global have_libdebuginfod 1
|
%global have_libdebuginfod 1
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
%if 0%{have_libdebuginfod}
|
%if 0%{have_libdebuginfod}
|
||||||
BuildRequires: libdebuginfod-devel
|
BuildRequires: libdebuginfod-devel
|
||||||
BuildRequires: libdebuginfod1
|
BuildRequires: libdebuginfod1
|
||||||
|
Recommends: libdebuginfod1
|
||||||
%endif
|
%endif
|
||||||
%global have_libipt 0
|
%global have_libipt 0
|
||||||
%if 0%{suse_version} > 1110
|
%if 0%{suse_version} > 1110
|
||||||
@@ -789,7 +786,6 @@ find -name "*.info*"|xargs rm -f
|
|||||||
%patch2113 -p1
|
%patch2113 -p1
|
||||||
%patch2114 -p1
|
%patch2114 -p1
|
||||||
|
|
||||||
|
|
||||||
#unpack libipt
|
#unpack libipt
|
||||||
%if 0%{have_libipt}
|
%if 0%{have_libipt}
|
||||||
tar xzf %{SOURCE7}
|
tar xzf %{SOURCE7}
|
||||||
|
Reference in New Issue
Block a user