summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-11-27 09:07:29 -0500
committerJosh Boyer <jwboyer@redhat.com>2012-11-27 09:07:29 -0500
commit739840a50514d76fcb3c19732ff899b9270284a6 (patch)
tree431dc527a79ee4929738dc60f3c791db5ffcdce4 /kernel.spec
parent70ba27c8dc735aa4937ba2cbdb8fd2b92037f993 (diff)
downloadkernel-739840a50514d76fcb3c19732ff899b9270284a6.tar.gz
kernel-739840a50514d76fcb3c19732ff899b9270284a6.tar.xz
kernel-739840a50514d76fcb3c19732ff899b9270284a6.zip
Linux v3.7-rc7-25-g2844a48
- Reenable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/kernel.spec b/kernel.spec
index 118b5ed02..dfe86ab58 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -95,7 +95,7 @@ Summary: The Linux kernel
# The rc snapshot level
%define rcrev 7
# The git snapshot level
-%define gitrev 0
+%define gitrev 1
# 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 1
+%define debugbuildsenabled 0
# 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 0
+%define rawhide_skip_docs 1
%if 0%{?rawhide_skip_docs}
%define with_doc 0
%define doc_build_fail true
@@ -760,7 +760,6 @@ Patch22001: selinux-apply-different-permission-to-ptrace-child.patch
# Build patch, should go away
Patch22070: irqnr-build.patch
-Patch22071: uapi-prefix-fix.patch
Patch22073: perf-uapi-fixes2.patch
@@ -1477,7 +1476,6 @@ ApplyPatch selinux-apply-different-permission-to-ptrace-child.patch
#Build patch, should go away
ApplyPatch irqnr-build.patch
-ApplyPatch uapi-prefix-fix.patch
ApplyPatch perf-uapi-fixes2.patch
@@ -2358,6 +2356,10 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Nov 27 2012 Josh Boyer <jwboyer@redhat.com> - 3.7.0-0.rc7.git1.1
+- Linux v3.7-rc7-25-g2844a48
+- Reenable debugging options.
+
* Mon Nov 26 2012 Josh Boyer <jwboyer@redhat.com> - 3.7.0-0.rc7.git0.1
- Linux v3.7-rc7
- Disable debugging options.