Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perf for openSUSE:Factory checked in at 2026-03-04 21:10:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perf (Old) and /work/SRC/openSUSE:Factory/.perf.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perf" Wed Mar 4 21:10:05 2026 rev:84 rq:1336315 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/perf/perf.changes 2025-04-20 20:06:08.452515550 +0200 +++ /work/SRC/openSUSE:Factory/.perf.new.561/perf.changes 2026-03-04 21:10:44.914161378 +0100 @@ -1,0 +2,5 @@ +Wed Feb 25 09:43:15 UTC 2026 - Jiri Slaby <[email protected]> + +- fix for 7.0 (no generate-cmdlist.sh) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perf.spec ++++++ --- /var/tmp/diff_new_pack.or3wb6/_old 2026-03-04 21:10:45.902201907 +0100 +++ /var/tmp/diff_new_pack.or3wb6/_new 2026-03-04 21:10:45.902201907 +0100 @@ -1,7 +1,7 @@ # # spec file for package perf # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -139,7 +139,9 @@ %prep # copy necessary files from kernel-source since we need to modify them (cd %{_prefix}/src/linux ; tar -cf - COPYING CREDITS README tools include scripts Kbuild Makefile arch/*/{include,lib,tools,Makefile} lib kernel/bpf/disasm.[ch]) | tar -xf - -chmod +x tools/perf/util/generate-cmdlist.sh +# removed by 47d3545faeeb in 7.0 +cmdlist=tools/perf/util/generate-cmdlist.sh +test -f "$cmdlist" && chmod +x "$cmdlist" %autopatch -p1 -m%{version_pure}0 # don't error out on deprecated definitions in gtk2.h
