re-enable debuginfo generation, which had been accidentally
disabled in 3d121413
This commit is contained in:
parent
e2875c52bd
commit
761d1c022e
@ -51,7 +51,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be prepended with "0.", so
|
# For non-released -rc kernels, this will be prepended with "0.", so
|
||||||
# for example a 3 here will become 0.3
|
# for example a 3 here will become 0.3
|
||||||
#
|
#
|
||||||
%global baserelease 1
|
%global baserelease 2
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -117,7 +117,7 @@ Summary: The Linux kernel
|
|||||||
# tools/perf
|
# tools/perf
|
||||||
%define with_perf %{?_without_perf: 0} %{?!_without_perf: 1}
|
%define with_perf %{?_without_perf: 0} %{?!_without_perf: 1}
|
||||||
# kernel-debuginfo
|
# 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)
|
# kernel-bootwrapper (for creating zImages from kernel + initrd)
|
||||||
%define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}
|
%define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}
|
||||||
# Want to build a the vsdo directories installed
|
# Want to build a the vsdo directories installed
|
||||||
@ -1877,6 +1877,10 @@ fi
|
|||||||
# and build.
|
# and build.
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 21 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc4.git0.1
|
||||||
- Linux 3.0-rc4 (getting closer...)
|
- Linux 3.0-rc4 (getting closer...)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user