summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@redhat.com>2011-06-22 12:17:08 -0400
committerKyle McMartin <kyle@redhat.com>2011-06-22 12:17:08 -0400
commit761d1c022e64df676070ef1f1ebf673aca9ee231 (patch)
tree3eafd890298773f719e8b3071f710f6fcbb2892d /kernel.spec
parente2875c52bdce5dbf903a0b4ad056a2e18f717812 (diff)
downloadkernel-761d1c022e64df676070ef1f1ebf673aca9ee231.tar.gz
kernel-761d1c022e64df676070ef1f1ebf673aca9ee231.tar.xz
kernel-761d1c022e64df676070ef1f1ebf673aca9ee231.zip
re-enable debuginfo generation, which had been accidentally
disabled in 3d121413
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 6 insertions, 2 deletions
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 <kmcmartin@redhat.com> 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 <kmcmartin@redhat.com> 3.0-0.rc4.git0.1
- Linux 3.0-rc4 (getting closer...)