From 0b204125335ba1dc4ee210064009e510ff78678e Mon Sep 17 00:00:00 2001 From: liuxp11 Date: Mon, 29 Mar 2021 09:38:32 +0800 Subject: [PATCH] fix bug:compiling error --- kernel.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel.spec b/kernel.spec index 6650c924..66c60fdc 100644 --- a/kernel.spec +++ b/kernel.spec @@ -169,6 +169,7 @@ Summary: the kernel source This package contains vaious source files from the kernel. %if 0%{?with_debuginfo} +%define debug_package %{nil} %define _debuginfo_template %{nil} %define _debuginfo_subpackages 0 -- Gitee