SHA256
3
0
forked from pool/elfutils

Accepting request 1108893 from Base:System

Conditionalize config(debuginfod-profile) Requires tag, narrowing it down to Tumbleweed only (forwarded request 1105124 from luc14n0)

OBS-URL: https://build.opensuse.org/request/show/1108893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=110
This commit is contained in:
Ana Guerrero 2023-09-06 16:56:28 +00:00 committed by Git OBS Bridge
commit 8e466a9662
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>

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
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.
# Without DEBUGINFOD_URLS being set debuginfod-find won't work out of the box,
# on openSUSE Tumbleweed. Provide it, by default, so even general users benefit
# 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)
%endif
#
# Client-side supported tools, based on:
# https://sourceware.org/elfutils/Debuginfod.html