Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package elfutils for openSUSE:Factory checked in at 2022-05-05 23:04:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/elfutils (Old) and /work/SRC/openSUSE:Factory/.elfutils.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "elfutils" Thu May 5 23:04:24 2022 rev:96 rq:974309 version:0.187 Changes: -------- --- /work/SRC/openSUSE:Factory/elfutils/elfutils-debuginfod.changes 2022-04-30 22:51:56.412175740 +0200 +++ /work/SRC/openSUSE:Factory/.elfutils.new.1538/elfutils-debuginfod.changes 2022-05-05 23:04:25.825410282 +0200 @@ -1,0 +2,5 @@ +Mon May 2 07:30:54 UTC 2022 - Martin Li??ka <mli...@suse.cz> + +- Do not set DEBUGINFOD_URLS for anything older than Tumbleweed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ elfutils-debuginfod.spec ++++++ --- /var/tmp/diff_new_pack.10e4VR/_old 2022-05-05 23:04:26.473411091 +0200 +++ /var/tmp/diff_new_pack.10e4VR/_new 2022-05-05 23:04:26.477411096 +0200 @@ -124,7 +124,10 @@ autoreconf -fi # some patches create new test scripts, which are created 644 by default chmod a+x tests/run*.sh -%configure --enable-debuginfod-urls=https://debuginfod.opensuse.org/ \ +%configure \ +%if %{suse_version} > 1500 + --enable-debuginfod-urls=https://debuginfod.opensuse.org/ \ +%endif --program-prefix=eu- %make_build