From cea4e1617cc9e086d22b83756248edd78616905f Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Mon, 7 Oct 2024 15:12:31 +0000 Subject: [PATCH] Disable kABI check --- SPECS/kernel.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 82da6c597..bed1c7ddf 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -185,7 +185,8 @@ Summary: The Linux kernel # should not be exported to RPM provides %global __provides_exclude_from ^%{_libexecdir}/kselftests -%define _with_kabidupchk 1 +%define _with_kabidupchk 0 +%define _without_kabichk 1 # The following build options are enabled by default, but may become disabled # by later architecture-specific checks. These can also be disabled by using # --without in the rpmbuild command, or by forcing these values to 0.