From: Thierry Parmentelat Date: Mon, 14 Dec 2009 13:48:43 +0000 (+0000) Subject: set defaults in the specfile X-Git-Tag: linux-2.6.32-f12~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5e4a4b4e40cc86bb791563cfce5343bee8a9fbfb;hp=f93f25636d131099453f271f57cd4486d76bd97c;p=linux-2.6.git set defaults in the specfile --- diff --git a/kernel.spec b/kernel.spec index 16c263d2f..4ef98f02b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -88,13 +88,13 @@ 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: 1} +%define with_debug %{?_with_debug: 1} %{?!_with_debug: 0} # kernel-doc -%define with_doc %{?_without_doc: 0} %{?!_without_doc: 1} +%define with_doc %{?_with_doc: 1} %{?!_with_doc: 0} # kernel-headers %define with_headers %{?_without_headers: 0} %{?!_without_headers: 1} # kernel-firmware -%define with_firmware %{?_with_firmware: 1} %{?!_with_firmware: 0} +%define with_firmware %{?_without_firmware: 0} %{?!_without_firmware: 1} # tools/perf %define with_perftool %{?_without_perftool: 0} %{?!_without_perftool: 1} # perf noarch subpkg