From 723f72f60297a9222f0d7fc7098fbc0951044522 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Thu, 23 Oct 2025 16:36:43 +0800 Subject: [PATCH] Fix the build error caused by GROUP_BALANCER_MAGIC in the kernel --- systemd.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index eba2efb..a592cb1 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%define anolis_release 9 +%define anolis_release 10 %global __requires_exclude pkg-config %global pkgdir %{_prefix}/lib/systemd @@ -408,6 +408,8 @@ The %{name}-doc package contains documentation files for %{name}. %prep %autosetup -n %{name}-stable-%{version} -p1 +# Fix the build error caused by GROUP_BALANCER_MAGIC in the kernel +echo "group_balancer, {GROUP_BALANCER_MAGIC}" >> src/basic/filesystems-gperf.gperf %build CONFIGURE_OPTS=( @@ -2178,6 +2180,9 @@ fi %doc docs/DISTRO_PORTING.md docs/HACKING.md %changelog +* Thu Oct 23 2025 mgb01105731 - 255-10 +- Fix the build error caused by GROUP_BALANCER_MAGIC in the kernel + * Wed Oct 15 2025 Pang Kaimeng - 255-9 - print-backtrack-log-to-var-log-messages -- Gitee