kernel.spec: add missing debuginfodir
The debuginfodir global defination is missing in
commit 23a9377fae ("upgrade to linux 5.10"). Add
it back.
Fixes: 723a9377fae ("upgrade to linux 5.10")
Signed-off-by: Xie XiuQi <xiexiuqi@huawei.com>
This commit is contained in:
parent
0538717141
commit
219d8c3ede
@ -7,6 +7,7 @@
|
||||
%global Arch $(echo %{_host_cpu} | sed -e s/i.86/x86/ -e s/x86_64/x86/ -e s/aarch64.*/arm64/)
|
||||
|
||||
%global KernelVer %{version}-%{release}.%{_target_cpu}
|
||||
%global debuginfodir /usr/lib/debug
|
||||
|
||||
%global upstream_version 5.10
|
||||
%global upstream_sublevel 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user