Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package elfutils for openSUSE:Factory checked in at 2023-07-24 18:11:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/elfutils (Old) and /work/SRC/openSUSE:Factory/.elfutils.new.1467 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "elfutils" Mon Jul 24 18:11:41 2023 rev:109 rq:1099743 version:0.189 Changes: -------- --- /work/SRC/openSUSE:Factory/elfutils/elfutils-debuginfod.changes 2023-03-08 16:50:10.847333182 +0100 +++ /work/SRC/openSUSE:Factory/.elfutils.new.1467/elfutils-debuginfod.changes 2023-07-24 18:11:45.569138305 +0200 @@ -1,0 +2,11 @@ +Wed Jul 12 01:05:48 UTC 2023 - Luciano Santos <luc1...@opensuse.org> + +- Replace libdebuginfo1 sub-package's debuginfod-profile Recommends + with config(debuginfod-profile) Requires, but on the debuginfod-\ + client sub-package, instead. And add binutils, bpftrace-tools, + elfutils, gdb, perf, systemd-coredump, and valgrind Supplements + to debuginfod-client sub-package. This should make installation + of debuginfod-client more consistent, along with debuginfod-\ + profile, with software/packages that have debuginfod support. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ elfutils-debuginfod.spec ++++++ --- /var/tmp/diff_new_pack.Dx1gUf/_old 2023-07-24 18:11:46.357142941 +0200 +++ /var/tmp/diff_new_pack.Dx1gUf/_new 2023-07-24 18:11:46.361142966 +0200 @@ -71,7 +71,6 @@ Group: System/Libraries Conflicts: libdebuginfod1-dummy = %{version} License: GPL-2.0-or-later OR LGPL-3.0-or-later -Recommends: debuginfod-profile %description -n libdebuginfod1 The libdebuginfod1 package contains shared libraries @@ -94,6 +93,21 @@ Summary: Command line client for build-id HTTP ELF/DWARF server Group: Development/Tools/Building Conflicts: debuginfod-dummy-client = %{version} +# Without DEBUGINFOD_URLS being set debuginfod-find won't work. Provide it, +# by default, so even general users benefit from automatic debuginfo +# installation. +Requires: config(debuginfod-profile) +# +# Client-side supported tools, based on: +# https://sourceware.org/elfutils/Debuginfod.html +# +Supplements: binutils +Supplements: bpftrace-tools +Supplements: elfutils +Supplements: gdb +Supplements: perf +Supplements: systemd-coredump +Supplements: valgrind %description -n debuginfod-client The elfutils-debuginfod-client package contains a command-line frontend.