diff --git a/kernel.spec b/kernel.spec index 9621a608f87e0feb7769eb7b7a74b070ea5fa88e..61d03bc379f99796481ed5b04df9d06943a29852 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1,4 +1,3 @@ - %define with_signmodules 1 %define with_kabichk 0 @@ -16,6 +15,13 @@ %global pkg_release .7 %define with_debuginfo 1 +# Do not recompute the build-id of vmlinux in find-debuginfo.sh +%global _missing_build_ids_terminate_build 1 +%global _no_recompute_build_ids 1 +%undefine _include_minidebuginfo +%undefine _include_gdb_index +%undefine _unique_build_ids + %define with_source 1 %define with_python2 0