Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package CoreFreq for openSUSE:Factory checked in at 2026-09-10 11:48:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/CoreFreq (Old) and /work/SRC/openSUSE:Factory/.CoreFreq.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "CoreFreq" Thu Sep 10 11:48:03 2026 rev:55 rq:1376631 version:2.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/CoreFreq/CoreFreq.changes 2026-09-04 12:43:04.129186675 +0200 +++ /work/SRC/openSUSE:Factory/.CoreFreq.new.1265/CoreFreq.changes 2026-09-10 11:51:08.949981307 +0200 @@ -1,0 +2,5 @@ +Wed Sep 9 13:34:49 UTC 2026 - Bernhard Wiedemann <[email protected]> + +- Fix build for kernel-longterm (boo#1217824) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ CoreFreq.spec ++++++ --- /var/tmp/diff_new_pack.3jXCPv/_old 2026-09-10 11:51:09.774015866 +0200 +++ /var/tmp/diff_new_pack.3jXCPv/_new 2026-09-10 11:51:09.778016034 +0200 @@ -58,7 +58,13 @@ aarch64/{corefreq-cli.c,coretypes.h} %build -%make_build +# Userspace parts are flavor independent, build them once +%make_build corefreqd corefreq-cli + +# Build the kernel module once per kernel flavor +for flavor in %{flavors_to_build}; do + %make_build BUILD=build-$flavor KERNELDIR=%{kernel_source $flavor} corefreqk.ko +done %install export INSTALL_MOD_PATH=%{buildroot} @@ -66,6 +72,11 @@ mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_unitdir} %{buildroot}%{_sbindir} +for flavor in %{flavors_to_build}; do + make BUILD=build-$flavor KERNELDIR=%{kernel_source $flavor} module-install +done + +# build/ holds no corefreqk.ko, so this only installs the userspace bits. PREFIX=%{buildroot}%{_prefix} make install cp %{SOURCE100} %{buildroot}%{_unitdir}
