summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2021-10-06 10:44:14 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2021-10-06 10:44:14 +0200
commitba566c56120ce81fa3b47379e24d69770e6df42d (patch)
tree78a32b631fb2164be29a39c7f18d28f8596292b9
parent618074282a0ae6daca7220e19130e9754c0a06fb (diff)
downloadkernel-ba566c56120ce81fa3b47379e24d69770e6df42d.tar.gz
kernel-ba566c56120ce81fa3b47379e24d69770e6df42d.tar.xz
kernel-ba566c56120ce81fa3b47379e24d69770e6df42d.zip
enable debuginfo (triggered by https://github.com/rpm-software-management/rpm/commit/cfdb8300f6e3aed0abc41406a3c4737eb1192067 , as modules otherwise don't get stripped)kernel-5.14.9-350.vanilla.1.fc35
-rwxr-xr-xkernel.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index b5800d9f7..990ceeae4 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -166,7 +166,7 @@ Summary: The Linux kernel
# bpf tool
%define with_bpftool %{?_without_bpftool: 0} %{?!_without_bpftool: 1}
# kernel-debuginfo
-%define with_debuginfo %{?_with_debuginfo: 1} %{?!_with_debuginfo: 0}
+%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1}
# kernel-abi-stablelists
%define with_kernel_abi_stablelists %{?_without_kernel_abi_stablelists: 0} %{?!_without_kernel_abi_stablelists: 1}
# internal samples and selftests