Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package elfutils for openSUSE:Factory 
checked in at 2023-09-06 18:56:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elfutils (Old)
 and      /work/SRC/openSUSE:Factory/.elfutils.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elfutils"

Wed Sep  6 18:56:28 2023 rev:110 rq:1108893 version:0.189

Changes:
--------
--- /work/SRC/openSUSE:Factory/elfutils/elfutils-debuginfod.changes     
2023-07-24 18:11:45.569138305 +0200
+++ /work/SRC/openSUSE:Factory/.elfutils.new.1766/elfutils-debuginfod.changes   
2023-09-06 18:57:54.050933235 +0200
@@ -1,0 +2,8 @@
+Sun Aug 20 00:25:03 UTC 2023 - Luciano Santos <luc1...@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.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ elfutils-debuginfod.spec ++++++
--- /var/tmp/diff_new_pack.t91g56/_old  2023-09-06 18:57:55.814996121 +0200
+++ /var/tmp/diff_new_pack.t91g56/_new  2023-09-06 18:57:55.818996263 +0200
@@ -93,10 +93,13 @@
 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

Reply via email to