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:
Michael Matz 2022-08-23 11:40:13 +00:00 committed by Git OBS Bridge
parent 068c8872ea
commit 74a08c01a6
2 changed files with 8 additions and 5 deletions

View File

@ -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>

View File

@ -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}