Build docs and stablelists on x86_64

This commit is contained in:
Andrew Lukoshko 2026-06-07 20:21:05 +00:00
parent 66f41f1173
commit 4223cf37dd

View File

@ -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