summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2017-10-17 05:47:44 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2017-10-17 05:47:44 +0200
commitc9e9b7032573af2439993d7063b202879a54a9b7 (patch)
tree16a98305c3a6ae7e860723f9d787c201aaf76222 /kernel.spec
parent09b78e3ed7a04019a9d0de9eff38904f6ebb5884 (diff)
parentbb0af23d9afa1dc2fb8fbcbd5c2f30c89c14622e (diff)
downloadkernel-c9e9b7032573af2439993d7063b202879a54a9b7.tar.gz
kernel-c9e9b7032573af2439993d7063b202879a54a9b7.tar.xz
kernel-c9e9b7032573af2439993d7063b202879a54a9b7.zip
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 911fe4977..4feaa41e5 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 4
+%global rcrev 5
# The git snapshot level
-%define gitrev 4
+%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}
@@ -616,7 +616,6 @@ Patch305: arm-imx6-hummingboard2.patch
Patch306: arm64-Add-option-of-13-for-FORCE_MAX_ZONEORDER.patch
# https://patchwork.kernel.org/patch/9967397/
-Patch307: tegra-Use-different-MSI-target-address-for-Tegra20.patch
# https://patchwork.kernel.org/patch/9815555/
# https://patchwork.kernel.org/patch/9815651/
@@ -2234,6 +2233,12 @@ fi
#
#
%changelog
+* Mon Oct 16 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.14.0-0.rc5.git0.1
+- Linux v4.14-rc5
+
+* Mon Oct 16 2017 Justin M. Forbes <jforbes@fedoraproject.org>
+- Disable debugging options.
+
* Sun Oct 15 2017 Peter Robinson <pbrobinson@fedoraproject.org>
- Fix USB-3 Superspeed negotiation on exynos5 hardware