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:
parent
c479a77c7f
commit
4f3022895e
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user