summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-06-02 09:26:10 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-06-02 09:26:10 -0400
commitd97bd1868822099b229cb37880f79d1d05177507 (patch)
tree69837b5061221f5af6a5d3576b22dd97075a527e /kernel.spec
parent2a0a85581b09ceaa23099161c55b1e3b1e963139 (diff)
downloadkernel-d97bd1868822099b229cb37880f79d1d05177507.tar.gz
kernel-d97bd1868822099b229cb37880f79d1d05177507.tar.xz
kernel-d97bd1868822099b229cb37880f79d1d05177507.zip
Linux v3.15-rc8
- Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/kernel.spec b/kernel.spec
index 77ac0d6ed..55e9027e8 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -40,7 +40,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 1
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -65,9 +65,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 4
+%define gitrev 0
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@@ -128,7 +128,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}
@@ -641,8 +641,6 @@ Patch25071: s390-appldata-add-slab.h-for-kzalloc-kfree.patch
# CVE-2014-3917 rhbz 1102571 1102715
Patch25093: auditsc-audit_krule-mask-accesses-need-bounds-checking.patch
-Patch25094: dentry-d_lockref-fix.patch
-
# END OF PATCH DEFINITIONS
%endif
@@ -1360,8 +1358,6 @@ ApplyPatch s390-appldata-add-slab.h-for-kzalloc-kfree.patch
# CVE-2014-3917 rhbz 1102571 1102715
ApplyPatch auditsc-audit_krule-mask-accesses-need-bounds-checking.patch
-ApplyPatch dentry-d_lockref-fix.patch
-
# END OF PATCH APPLICATIONS
%endif
@@ -2232,6 +2228,10 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Jun 02 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.15.0-0.rc8.git0.1
+- Linux v3.15-rc8
+- Disable debugging options.
+
* Sat May 31 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.15.0-0.rc7.git4.2
- Add patch to fix dentry lockdep splat