summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-02-17 08:36:46 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2014-02-17 08:36:46 -0500
commit8c6a41b9395b945f67aeb41d677a2de3cdc7261f (patch)
treea51742c89a3d49aaea2fa7601d98c9c248a9d183 /kernel.spec
parent21491f01eee150c751ac5e5ca4ed181b364d4042 (diff)
downloadkernel-8c6a41b9395b945f67aeb41d677a2de3cdc7261f.tar.gz
kernel-8c6a41b9395b945f67aeb41d677a2de3cdc7261f.tar.xz
kernel-8c6a41b9395b945f67aeb41d677a2de3cdc7261f.zip
Linux v3.14-rc3
- Disable debugging options. - Enable CONFIG_PPC_DENORMALIZATION (from Tony Breeds)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec27
1 files changed, 8 insertions, 19 deletions
diff --git a/kernel.spec b/kernel.spec
index bbf4c3751..80cdeb02a 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 2
+%define rcrev 3
# The git snapshot level
-%define gitrev 4
+%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}
@@ -618,14 +618,6 @@ Patch25047: drm-radeon-Disable-writeback-by-default-on-ppc.patch
#rhbz 993744
Patch25128: dm-cache-policy-mq_fix-large-scale-table-allocation-bug.patch
-#rhbz 1057529
-Patch25188: 0001-usb-phy-Quiet-unable-to-find-transceiver-message.patch
-
-Patch25192: imx-hdmi-fix.patch
-
-#rhbz 1031296
-Patch25194: tick-Clear-broadcast-pending-bit-when-switching-to-oneshot.patch
-
#rhbz 1045755
Patch25195: cgroup-fixes.patch
@@ -1273,14 +1265,6 @@ ApplyPatch drm-radeon-Disable-writeback-by-default-on-ppc.patch
#rhbz 993744
ApplyPatch dm-cache-policy-mq_fix-large-scale-table-allocation-bug.patch
-# rhbz 1057529
-ApplyPatch 0001-usb-phy-Quiet-unable-to-find-transceiver-message.patch
-
-ApplyPatch imx-hdmi-fix.patch
-
-#rhbz 1031296
-ApplyPatch tick-Clear-broadcast-pending-bit-when-switching-to-oneshot.patch
-
#rhbz 1045755
ApplyPatch cgroup-fixes.patch
@@ -2068,6 +2052,11 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Feb 17 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc3.git0.1
+- Linux v3.14-rc3
+- Disable debugging options.
+- Enable CONFIG_PPC_DENORMALIZATION (from Tony Breeds)
+
* Fri Feb 14 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc2.git4.1
- Linux v3.14-rc2-342-g5e57dc8
- CVE-2014-0069 cifs: incorrect handling of bogus user pointers (rhbz 1064253 1062578)