Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dwarves for openSUSE:Factory checked in at 2023-10-11 23:53:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dwarves (Old) and /work/SRC/openSUSE:Factory/.dwarves.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dwarves" Wed Oct 11 23:53:36 2023 rev:40 rq:1116437 version:1.25 Changes: -------- --- /work/SRC/openSUSE:Factory/dwarves/dwarves.changes 2023-04-12 12:50:47.700649586 +0200 +++ /work/SRC/openSUSE:Factory/.dwarves.new.1807/dwarves.changes 2023-10-12 11:39:43.523877506 +0200 @@ -1,0 +2,5 @@ +Mon Oct 9 09:05:08 UTC 2023 - Michal Suchanek <[email protected]> + +- Fix have_libbpf conditional (jsc#PED-4593 bsc#1216042). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dwarves.spec ++++++ --- /var/tmp/diff_new_pack.Lcxvxh/_old 2023-10-12 11:39:44.235903383 +0200 +++ /var/tmp/diff_new_pack.Lcxvxh/_new 2023-10-12 11:39:44.235903383 +0200 @@ -16,8 +16,8 @@ # -%if 0%{?suse_version} >= 1590 -# have libbpf >= 1.0.1 +%if (0%{?sle_version} && 0%{?sle_version} >= 150600) || (0%{?suse_version} && 0%{?suse_version} > 1500) +# have libbpf >= 1.0.1 and linux-glibc-devel >= 5.16 %define have_libbpf 1 %endif %if (0%{?sle_version} && 0%{?sle_version} <= 150300) || (0%{?suse_version} && 0%{?suse_version} < 1500)
