From 4f3022895e3f7e9af50cf806dc7560be4a613f2e9e8157978d856ecbdf601bf3 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 6 Sep 2023 16:56:28 +0000 Subject: [PATCH] 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 --- elfutils-debuginfod.changes | 8 ++++++++ elfutils-debuginfod.spec | 9 ++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/elfutils-debuginfod.changes b/elfutils-debuginfod.changes index 5a7ab0f..a652be7 100644 --- a/elfutils-debuginfod.changes +++ b/elfutils-debuginfod.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Aug 20 00:25:03 UTC 2023 - Luciano Santos + +- 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 diff --git a/elfutils-debuginfod.spec b/elfutils-debuginfod.spec index 0afd09c..b55f169 100644 --- a/elfutils-debuginfod.spec +++ b/elfutils-debuginfod.spec @@ -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