summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2017-03-27 17:19:37 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2017-03-27 17:19:37 +0200
commitbcf120f819f906ebe52c380edd6080b2e136c080 (patch)
tree396be4b1fbaf7ce60995011f6a415e0418597286 /kernel.spec
parent2fd1949516cc1dfc5fb1a5d5040400aab1f7d56f (diff)
parent1fd003016506faf0b758d1a898b5da49cd084f4d (diff)
downloadkernel-bcf120f819f906ebe52c380edd6080b2e136c080.tar.gz
kernel-bcf120f819f906ebe52c380edd6080b2e136c080.tar.xz
kernel-bcf120f819f906ebe52c380edd6080b2e136c080.zip
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec15
1 files changed, 9 insertions, 6 deletions
diff --git a/kernel.spec b/kernel.spec
index ccdba26ac..413994282 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -75,9 +75,9 @@ Summary: The Linux kernel
# The next upstream release sublevel (base_sublevel+1)
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
# The rc snapshot level
-%global rcrev 3
+%global rcrev 4
# The git snapshot level
-%define gitrev 2
+%define gitrev 0
# Set rpm version accordingly
%define rpmversion 4.%{upstream_sublevel}.0
%endif
@@ -133,7 +133,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 %{?_without_vanilla: 0} %{?!_without_vanilla: 1}
@@ -619,9 +619,6 @@ Patch509: MODSIGN-Don-t-try-secure-boot-if-EFI-runtime-is-disa.patch
#CVE-2016-3134 rhbz 1317383 1317384
Patch665: netfilter-x_tables-deal-with-bogus-nextoffset-values.patch
-# grabbed from mailing list
-Patch667: v3-Revert-tty-serial-pl011-add-ttyAMA-for-matching-pl011-console.patch
-
# Fix virtio devices rhbz 1430297
Patch669: virtio_pci-fix-out-of-bound-access-for-msix_names.patch
@@ -2192,6 +2189,12 @@ fi
#
#
%changelog
+* Mon Mar 27 2017 Laura Abbott <labbott@fedoraproject.org> - 4.11.0-0.rc4.git0.1
+- Linux v4.11-rc4
+
+* Mon Mar 27 2017 Laura Abbott <labbott@fedoraproject.org>
+- Disable debugging options.
+
* Sun Mar 26 2017 Peter Robinson <pbrobinson@fedoraproject.org>
- Fix null pointer dereference in bcm2835 MMC driver
- Minor ARM updates