diff options
author | Justin M. Forbes <jforbes@redhat.com> | 2013-07-22 09:18:44 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@redhat.com> | 2013-07-22 09:18:44 -0500 |
commit | 7af7ee13a4cb0c4b6039736db990abdfe22a4090 (patch) | |
tree | e0e14db38426a94613dc8c13c066e9dc85f3f45c /kernel.spec | |
parent | 88a192370aa265402dc31c9f45914920d70ff4cf (diff) | |
download | kernel-7af7ee13a4cb0c4b6039736db990abdfe22a4090.tar.gz kernel-7af7ee13a4cb0c4b6039736db990abdfe22a4090.tar.xz kernel-7af7ee13a4cb0c4b6039736db990abdfe22a4090.zip |
Linux v3.11-rc2
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/kernel.spec b/kernel.spec index 8c6b68aeb..29bc1b78a 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 1 +%define rcrev 2 # The git snapshot level -%define gitrev 4 +%define gitrev 0 # Set rpm version accordingly %define rpmversion 3.%{upstream_sublevel}.0 %endif @@ -156,7 +156,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} @@ -169,7 +169,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 @@ -632,7 +632,6 @@ Patch110: vmbugon-warnon.patch Patch201: debug-bad-pte-modules.patch Patch390: defaults-acpi-video.patch -Patch391: acpi-video-dos.patch Patch396: acpi-sony-nonvs-blacklist.patch Patch450: input-kill-stupid-messages.patch @@ -1325,7 +1324,6 @@ ApplyPatch arm-wandboard-quad.patch # ACPI ApplyPatch defaults-acpi-video.patch -ApplyPatch acpi-video-dos.patch ApplyPatch acpi-sony-nonvs-blacklist.patch # @@ -2242,6 +2240,10 @@ fi # ||----w | # || || %changelog +* Mon Jul 22 2013 Justin M. Forbes <jforbes@redhat.com> - 3.11.0-0.rc2.git0.1 +- Linux v3.11-rc2 +- Disable debugging options. + * Sun Jul 21 2013 Kyle McMartin <kmcmartin@redhat.com> - 3.11.0-0.rc1.git4.1 - Linux v3.11-rc1-247-g90db76e |