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