Disable kABI check

This commit is contained in:
Andrew Lukoshko 2024-10-07 15:12:31 +00:00
parent 7799dbe956
commit cea4e1617c

View File

@ -185,7 +185,8 @@ Summary: The Linux kernel
# should not be exported to RPM provides # should not be exported to RPM provides
%global __provides_exclude_from ^%{_libexecdir}/kselftests %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 # The following build options are enabled by default, but may become disabled
# by later architecture-specific checks. These can also be disabled by using # by later architecture-specific checks. These can also be disabled by using
# --without <opt> in the rpmbuild command, or by forcing these values to 0. # --without <opt> in the rpmbuild command, or by forcing these values to 0.