diff options
author | Josh Boyer <jwboyer@redhat.com> | 2012-12-04 09:49:08 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2012-12-04 09:49:08 -0500 |
commit | 36f5ff2d4ee18837fa7b443473253706b494f6db (patch) | |
tree | ba9d640df286d5c22d7f1dcc439d7bd4fbe6701e /kernel.spec | |
parent | 5808d6aa29f7d6aec75fe639fb37ec9a09ebe393 (diff) | |
download | kernel-36f5ff2d4ee18837fa7b443473253706b494f6db.tar.gz kernel-36f5ff2d4ee18837fa7b443473253706b494f6db.tar.xz kernel-36f5ff2d4ee18837fa7b443473253706b494f6db.zip |
Linux v3.7-rc8
- Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kernel.spec b/kernel.spec index 6cf65a74a..ea52ecd3b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -93,9 +93,9 @@ Summary: The Linux kernel # The next upstream release sublevel (base_sublevel+1) %define upstream_sublevel %(echo $((%{base_sublevel} + 1))) # The rc snapshot level -%define rcrev 7 +%define rcrev 8 # The git snapshot level -%define gitrev 3 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -163,7 +163,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} @@ -176,7 +176,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 @@ -734,8 +734,6 @@ Patch14000: hibernate-freeze-filesystems.patch Patch14010: lis3-improve-handling-of-null-rate.patch -Patch19001: i82975x-edac-fix.patch - # ARM Patch21000: arm-export-read_current_timer.patch Patch21001: arm-allnoconfig-error-__LINUX_ARM_ARCH__-undeclared.patch @@ -1467,8 +1465,6 @@ ApplyPatch efi-dont-map-boot-services-on-32bit.patch ApplyPatch lis3-improve-handling-of-null-rate.patch -ApplyPatch i82975x-edac-fix.patch - #rhbz 754518 ApplyPatch scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patch @@ -2362,6 +2358,10 @@ fi # ||----w | # || || %changelog +* Tue Dec 04 2012 Josh Boyer <jwboyer@redhat.com> - 3.7.0-0.rc8.git0.1 +- Linux v3.7-rc8 +- Disable debugging options. + * Sun Dec 02 2012 Josh Boyer <jwboyer@redhat.com> - 3.7.0-0.rc7.git3.1 - Linux v3.7-rc7-163-g3c46f3d |