From 221bdeba6aa49d7ab82de6388e9d7764ce029bab Mon Sep 17 00:00:00 2001 From: Don Zickus Date: Fri, 30 Oct 2020 16:05:13 -0400 Subject: [PATCH] Bump kernel version I am a little rusty at the process. Add a changelog too. Signed-off-by: Don Zickus --- kernel.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 418a2ae..f466796 100644 --- a/kernel.spec +++ b/kernel.spec @@ -31,7 +31,7 @@ Summary: The Linux kernel # For a stable, released kernel, released_kernel should be 1. %global released_kernel 0 -%global distro_build 36 +%global distro_build 37 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -2643,6 +2643,12 @@ fi # # %changelog +* Fri Oct 30, 2020 Don Zickus [5.9.0-37] +- Enable kernel-tools. (Don Zickus) +- Disable LTO on kernel and kernel-tools. (Don Zickus) +- Enable CONFIG_DEBUG_INFO_BTF option. (Don Zickus) +- Add BuildRequires dwarves to support building BTF. (Don Zickus) + * Mon Oct 12 2020 Fedora Kernel Team [5.9.0-35] - Filter out LTO build options from the perl ccopts ("Justin M. Forbes") - Temporarily remove cdomain from sphinx documentation ("Justin M. Forbes")