diff --git a/kernel.spec b/kernel.spec index 5c08d21b1..e8f0bbd93 100644 --- a/kernel.spec +++ b/kernel.spec @@ -51,7 +51,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be prepended with "0.", so # for example a 3 here will become 0.3 # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -117,7 +117,7 @@ Summary: The Linux kernel # tools/perf %define with_perf %{?_without_perf: 0} %{?!_without_perf: 1} # kernel-debuginfo -%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 0} +%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1} # kernel-bootwrapper (for creating zImages from kernel + initrd) %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1} # Want to build a the vsdo directories installed @@ -1877,6 +1877,10 @@ fi # and build. %changelog +* Wed Jun 22 2011 Kyle McMartin 3.0-0.rc4.git0.2 +- Re-enable debuginfo generation. Thanks to Richard Jones for noticing... no + wonder builds had been so quick lately. + * Tue Jun 21 2011 Kyle McMartin 3.0-0.rc4.git0.1 - Linux 3.0-rc4 (getting closer...)