SHA256
1
0
forked from pool/elfutils

Updating link to change in openSUSE:Factory/elfutils revision 110

OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=8daba72ae27b690dabc6b3023277b7bd
This commit is contained in:
OBS User buildservice-autocommit 2023-09-06 16:56:28 +00:00 committed by Git OBS Bridge
parent c479a77c7f
commit 4f3022895e
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Aug 20 00:25:03 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- Conditionalize config(debuginfod-profile) Requires tag in the
debuginfod-client sub-package, with the help of the %sle_version
macro, so only Tumbleweed (currently the only distro supported by
debuginfod.opensuse.org) sets it.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 12 01:05:48 UTC 2023 - Luciano Santos <luc14n0@opensuse.org> Wed Jul 12 01:05:48 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>

View File

@ -93,10 +93,13 @@ to create applications to use the debuginfod service.
Summary: Command line client for build-id HTTP ELF/DWARF server Summary: Command line client for build-id HTTP ELF/DWARF server
Group: Development/Tools/Building Group: Development/Tools/Building
Conflicts: debuginfod-dummy-client = %{version} Conflicts: debuginfod-dummy-client = %{version}
# Without DEBUGINFOD_URLS being set debuginfod-find won't work. Provide it, # Without DEBUGINFOD_URLS being set debuginfod-find won't work out of the box,
# by default, so even general users benefit from automatic debuginfo # on openSUSE Tumbleweed. Provide it, by default, so even general users benefit
# installation. # from automatic debuginfo installation. However, only on Tumbleweed, the only
# available platform supported by debuginfod.opensuse.org, for now.
%if !0%{?sle_version}
Requires: config(debuginfod-profile) Requires: config(debuginfod-profile)
%endif
# #
# Client-side supported tools, based on: # Client-side supported tools, based on:
# https://sourceware.org/elfutils/Debuginfod.html # https://sourceware.org/elfutils/Debuginfod.html