From 4223cf37ddbc318812c1106b1ecf9f19f752469e Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Sun, 7 Jun 2026 20:21:05 +0000 Subject: [PATCH] Build docs and stablelists on x86_64 --- kernel.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel.spec b/kernel.spec index 29ff813e6..633c2aedd 100644 --- a/kernel.spec +++ b/kernel.spec @@ -494,14 +494,14 @@ Summary: The Linux kernel %define use_vdso 1 %endif -%ifnarch aarch64 +%ifnarch x86_64 %define with_kernel_abi_stablelists 0 %endif # Overrides for generic default options # only package docs noarch -%ifnarch aarch64 +%ifnarch x86_64 %define with_doc 0 %define doc_build_fail true %endif