From 1520625ea435302030368fbf1d96228654f95c5e Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 17 Nov 2021 08:30:40 -0600 Subject: kernel-5.14.19-1 * Wed Nov 17 2021 Justin M. Forbes [5.14.19-1] - platform/x86: thinkpad_acpi: Add support for dual fan control (Jimmy Wang) - Fedora: Enable MediaTek bluetooth pieces (Peter Robinson) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 2562a64a5..ccae32b89 100755 --- a/kernel.spec +++ b/kernel.spec @@ -123,7 +123,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.14 -%define rpmversion 5.14.18 +%define rpmversion 5.14.19 %define patchversion 5.14 %define pkgrelease 300 @@ -672,7 +672,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.18.tar.xz +Source0: linux-5.14.19.tar.xz Source1: Makefile.rhelver @@ -1358,8 +1358,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.18 -c -mv linux-5.14.18 linux-%{KVERREL} +%setup -q -n kernel-5.14.19 -c +mv linux-5.14.19 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2958,6 +2958,10 @@ fi # # %changelog +* Wed Nov 17 2021 Justin M. Forbes [5.14.19-1] +- platform/x86: thinkpad_acpi: Add support for dual fan control (Jimmy Wang) +- Fedora: Enable MediaTek bluetooth pieces (Peter Robinson) + * Fri Nov 12 2021 Justin M. Forbes [5.14.18-1] - usb: xhci: tegra: Check padctrl interrupt presence in device tree (Dmitry Osipenko) - Input: i8042 - Add quirk for Fujitsu Lifebook T725 (Takashi Iwai) -- cgit