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

This commit is contained in:
Andrew Lukoshko 2026-05-01 07:41:56 +02:00
parent 8202b5cf93
commit 4e3eb5efbf

View File

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