mirror of
https://abf.rosa.ru/djam/kernel-6.1.git
synced 2025-02-24 15:52:54 +00:00
off dwz to w/a its bug
This commit is contained in:
parent
0ded474ae8
commit
4469ade4db
1 changed files with 8 additions and 1 deletions
|
@ -11,13 +11,20 @@
|
|||
# which iterpreter to use; so just disable it to avoid problems
|
||||
%define _python_bytecompile_build 0
|
||||
|
||||
# Probably dwz bug, on i686 only file is not packaged:
|
||||
# /usr/lib/debug/usr/bin/trace-5.4.40-3.i386.debug.#dwz#.b5xuKG
|
||||
# dwz compresses only debuginfo from perf, cpupower, uml,
|
||||
# not the kernel itself (because it is stripped not by RPM),
|
||||
# so we do not loose much by disabling it.
|
||||
%global _find_debuginfo_dwz_opts %{nil}
|
||||
|
||||
%define kernelversion 5
|
||||
%define patchlevel 4
|
||||
# sublevel is used for stable-based kernels
|
||||
%define sublevel 40
|
||||
|
||||
# Release number. Increase this before a rebuild.
|
||||
%define rpmrel 3
|
||||
%define rpmrel 4
|
||||
%define fullrpmrel %{rpmrel}
|
||||
|
||||
%define rpmtag %{disttag}
|
||||
|
|
Loading…
Add table
Reference in a new issue