From 69ad5a4557fc59e849cfea2b372f62965110d71e Mon Sep 17 00:00:00 2001 From: Dmitriy Tkachenko Date: Fri, 6 Sep 2013 20:22:25 +0400 Subject: [PATCH] Fix for spec --- kernel.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 72140fc..d822598 100644 --- a/kernel.spec +++ b/kernel.spec @@ -94,7 +94,7 @@ Summary: The Linux kernel # kernel-kdump %define with_kdump %{?_without_kdump: 0} %{?!_without_kdump: 1} # kernel-debug -%define with_debug %{?_without_debug: 0} %{?!_without_debug: 0} +%define with_debug %{?_without_debug: 0} %{?!_without_debug: 1} # kernel-doc %define with_doc %{?_without_doc: 0} %{?!_without_doc: 1} # kernel-headers -- 2.32.3