summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2017-11-08 08:07:22 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2017-11-08 08:07:22 +0100
commit1f5754c540738cc33aad56d072ddd40c6bf45df1 (patch)
tree311171ba81642fbcc923ae9e2045653ce3b7887c /kernel.spec
parent02f9b62488caa488585514bdf193832579ff599d (diff)
parent42173792671952453a8add43d30ec85e40dd451a (diff)
downloadkernel-1f5754c540738cc33aad56d072ddd40c6bf45df1.tar.gz
kernel-1f5754c540738cc33aad56d072ddd40c6bf45df1.tar.xz
kernel-1f5754c540738cc33aad56d072ddd40c6bf45df1.zip
Merge remote-tracking branch 'origin/master' into rawhide-user-thl-vanilla-fedorakernel-4.14.0-0.rc8.git1.1.vanilla.knurd.1.fc27kernel-4.14.0-0.rc8.git1.1.vanilla.knurd.1.fc26
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec
index c8d1e77e2..c2a1f6317 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -77,7 +77,7 @@ Summary: The Linux kernel
# The rc snapshot level
%global rcrev 8
# The git snapshot level
-%define gitrev 0
+%define gitrev 1
# 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 1
+%define debugbuildsenabled 0
# Want to build a vanilla kernel build without any non-upstream patches?
%define with_vanilla %{?_without_vanilla: 0} %{?!_without_vanilla: 1}
@@ -403,7 +403,7 @@ Requires: kernel-modules-uname-r = %{KVERREL}%{?variant}
#
# List the packages used during the kernel build
#
-BuildRequires: kmod, patch, bash, sh-utils, tar, git
+BuildRequires: kmod, patch, bash, tar, git
BuildRequires: bzip2, xz, findutils, gzip, m4, perl-interpreter, perl-Carp, perl-devel, perl-generators, make, diffutils, gawk
BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc
BuildRequires: net-tools, hostname, bc, elfutils-devel
@@ -2238,6 +2238,10 @@ fi
#
#
%changelog
+* Tue Nov 07 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.14.0-0.rc8.git1.1
+- Linux v4.14-rc8-9-gfbc3edf7d773
+- Reenable debugging options.
+
* Mon Nov 06 2017 Laura Abbott <labbott@redhat.com>
- Patches for ThinkPad X1 Carbon Gen5 Touchpad (rhbz 1509461)
- Fix for KVM regression on some machines (rhbz 1490803)