Build kernel-doc and kABI stablelists on x86_64 instead of aarch64

This commit is contained in:
Andrew Lukoshko 2026-05-01 07:42:21 +02:00
parent 3bd3c24560
commit 148e93e8da

View File

@ -180,7 +180,7 @@ actions:
%define with_kernel_abi_stablelists 0
%endif
replace: |
%ifnarch aarch64
%ifnarch x86_64
%define with_kernel_abi_stablelists 0
%endif
count: 1
@ -193,7 +193,7 @@ actions:
%endif
replace: |
# only package docs noarch
%ifnarch aarch64
%ifnarch x86_64
%define with_doc 0
%define doc_build_fail true
%endif