From 49649a69c863c15da20c958c4dd665ccf7bf7098 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 4 Aug 2021 08:46:42 -0500 Subject: kernel-5.13.8-200 * Wed Aug 04 2021 Justin M. Forbes [5.13.8-200] - kernel-5.13.8-0 (Justin M. Forbes) - Re-enable sermouse for x86 (rhbz 1974002) (Justin M. Forbes) - Revert CRYPTO_ECDH and CRYPTO_ECDA from builtin to module to fix fips (Justin M. Forbes) - drm/rockchip: remove existing generic drivers to take over the device (Javier Martinez Canillas) - powerpc/pseries: Fix regression while building external modules (Srikar Dronamraju) Resolves: rhbz# 1974002 1989771 1966245 Signed-off-by: Justin M. Forbes --- kernel.spec | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 984ddf3b7..8a780bfb1 100755 --- a/kernel.spec +++ b/kernel.spec @@ -116,7 +116,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.13 -%define rpmversion 5.13.7 +%define rpmversion 5.13.8 %define stableversion 5.13 %define pkgrelease 200 @@ -646,7 +646,7 @@ BuildRequires: clang # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.13.7.tar.xz +Source0: linux-5.13.8.tar.xz Source1: Makefile.rhelver @@ -1315,8 +1315,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.13.7 -c -mv linux-5.13.7 linux-%{KVERREL} +%setup -q -n kernel-5.13.8 -c +mv linux-5.13.8 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2886,18 +2886,11 @@ fi # # %changelog -* Sat Jul 31 2021 Justin M. Forbes [5.13.7-200] -- kernel-5.13.7-0 (Justin M. Forbes) -- kernel-5.13.6-0 (Justin M. Forbes) -- kernel-5.13.5-0 (Justin M. Forbes) -- iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha (Justin M. Forbes) -- Revert "usb: renesas-xhci: Fix handling of unknown ROM state" (Justin M. Forbes) -- RHEL configs need this too (Justin M. Forbes) -- kernel-5.13.4-0 (Justin M. Forbes) -- Config update for 5.13.4 (Justin M. Forbes) -- kernel-5.13.3-0 (Justin M. Forbes) -- Don't tag a release as [redhat] (Justin M. Forbes) -- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang) +* Wed Aug 04 2021 Justin M. Forbes [5.13.8-200] +- Re-enable sermouse for x86 (rhbz 1974002) (Justin M. Forbes) +- Revert CRYPTO_ECDH and CRYPTO_ECDA from builtin to module to fix fips (Justin M. Forbes) +- drm/rockchip: remove existing generic drivers to take over the device (Javier Martinez Canillas) +- powerpc/pseries: Fix regression while building external modules (Srikar Dronamraju) * Sat Jul 31 2021 Justin M. Forbes [5.13.7-0] - kernel-5.13.6-0 (Justin M. Forbes) -- cgit