diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2013-04-01 09:52:44 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2013-04-01 09:52:44 -0500 |
commit | 831cb39c244ee79e36eae1a98dbc96e1a53f7513 (patch) | |
tree | 3ea2c11852c14688ed9d048e27b94230a523695f | |
parent | fbbb360df1304b590413682034c64f407f3f3650 (diff) | |
download | kernel-831cb39c244ee79e36eae1a98dbc96e1a53f7513.tar.gz kernel-831cb39c244ee79e36eae1a98dbc96e1a53f7513.tar.xz kernel-831cb39c244ee79e36eae1a98dbc96e1a53f7513.zip |
Disable debugging options
-rw-r--r-- | kernel.spec | 9 | ||||
-rw-r--r-- | sources | 1 |
2 files changed, 7 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index ca62b35a0..62baf3954 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 2 +%global baserelease 3 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -157,7 +157,7 @@ Summary: The Linux kernel # Set debugbuildsenabled to 1 for production (build separate debug kernels) # and 0 for rawhide (all kernels are debug kernels). # See also 'make debug' and 'make release'. -%define debugbuildsenabled 0 +%define debugbuildsenabled 1 # Want to build a vanilla kernel build without any non-upstream patches? %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} @@ -170,7 +170,7 @@ Summary: The Linux kernel %define doc_build_fail true %endif -%define rawhide_skip_docs 1 +%define rawhide_skip_docs 0 %if 0%{?rawhide_skip_docs} %define with_doc 0 %define doc_build_fail true @@ -2292,6 +2292,9 @@ fi # ||----w | # || || %changelog +* Mon Apr 01 2013 Justin M. Forbes <jforbes@redhat.com> - 3.9.0-0.rc4.git0.3 +- Disable debugging options. + * Mon Apr 1 2013 Peter Robinson <pbrobinson@fedoraproject.org> - Minor ARM LPAE updates @@ -1,2 +1,3 @@ 1c738edfc54e7c65faeb90c436104e2f linux-3.8.tar.xz 8106d3a1c94ea6eb726e62c167a794da patch-3.9-rc4.xz +0f6de99ae977b38feb460fbd4e1288a3 patch-3.9-rc5.xz |