summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2014-02-24 08:41:13 -0500
committerJosh Boyer <jwboyer@redhat.com>2014-02-24 08:41:13 -0500
commit8ee4982e1f0c632fb6f39767ec6ab83c6edc3f33 (patch)
treec61f9dba400868c728d3cfb5108078f3c025ddb1 /kernel.spec
parent8e165d99f9c052df4453b876a6c137c7fe2f1c81 (diff)
downloadkernel-8ee4982e1f0c632fb6f39767ec6ab83c6edc3f33.tar.gz
kernel-8ee4982e1f0c632fb6f39767ec6ab83c6edc3f33.tar.xz
kernel-8ee4982e1f0c632fb6f39767ec6ab83c6edc3f33.zip
Linux v3.14-rc4
- Disable debugging options.
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec17
1 files changed, 7 insertions, 10 deletions
diff --git a/kernel.spec b/kernel.spec
index 17abca644..0eb9008f7 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -59,9 +59,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 3
+%define rcrev 4
# The git snapshot level
-%define gitrev 5
+%define gitrev 0
# Set rpm version accordingly
%define rpmversion 3.%{upstream_sublevel}.0
%endif
@@ -122,7 +122,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}
@@ -624,9 +624,6 @@ Patch25201: cifs-sanity-check-length-of-data-to-send-before-sending.patch
#rhbz 1062833
Patch25202: dma-debug-account-for-cachelines-and-read-only-mappings.patch
-#rhbz 1054408
-Patch25203: cpufreq-powernow-k8-Initialize-per-cpu-data-structures-properly.patch
-
# END OF PATCH DEFINITIONS
%endif
@@ -1273,10 +1270,6 @@ ApplyPatch cifs-sanity-check-length-of-data-to-send-before-sending.patch
#rhbz 1062833
ApplyPatch dma-debug-account-for-cachelines-and-read-only-mappings.patch
-#rhbz 1054408
-ApplyPatch cpufreq-powernow-k8-Initialize-per-cpu-data-structures-properly.patch
-
-
# END OF PATCH APPLICATIONS
%endif
@@ -2056,6 +2049,10 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Feb 24 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc4.git0.1
+- Linux v3.14-rc4
+- Disable debugging options.
+
* Thu Feb 20 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc3.git5.1
- Linux v3.14-rc3-219-gd158fc7