Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cpupower for openSUSE:Factory checked in at 2025-06-12 15:54:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpupower (Old) and /work/SRC/openSUSE:Factory/.cpupower.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpupower" Thu Jun 12 15:54:17 2025 rev:64 rq:1285052 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/cpupower/cpupower.changes 2025-03-19 22:34:31.140134621 +0100 +++ /work/SRC/openSUSE:Factory/.cpupower.new.19631/cpupower.changes 2025-06-12 15:56:00.752029504 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 07:19:07 UTC 2025 - mun...@googlemail.com + +- Apply cpupower_fix_library_so_name.patch only for kernel < 6.15.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpupower.spec ++++++ --- /var/tmp/diff_new_pack.sbsATC/_old 2025-06-12 15:56:01.348054239 +0200 +++ /var/tmp/diff_new_pack.sbsATC/_new 2025-06-12 15:56:01.348054239 +0200 @@ -1,7 +1,7 @@ # # spec file for package cpupower # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,7 +109,9 @@ # 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,Makefile} lib) | tar -xf - chmod +x tools/power/cpupower/utils/version-gen.sh +%if %{pkg_vcmp kernel-source < 6.15.0} %patch -P 1 -p1 +%endif cd %{maindir} %build