From 79d04980dd2502af28c3172a03411c03038b146c Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Sat, 5 Feb 2022 11:05:24 -0600 Subject: kernel-5.16.6-0 * Sat Feb 05 2022 Justin M. Forbes [5.16.6-0] - Revert "ath11k: add support for WCN6855 hw2.1" (Justin M. Forbes) - Changelog updates for rebase (Justin M. Forbes) 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 a3d039bfd..b0ad2ce0d 100755 --- a/kernel.spec +++ b/kernel.spec @@ -130,7 +130,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.16 -%define rpmversion 5.16.5 +%define rpmversion 5.16.6 %define patchversion 5.16 %define pkgrelease 100 @@ -692,7 +692,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.16.5.tar.xz +Source0: linux-5.16.6.tar.xz Source1: Makefile.rhelver @@ -1386,8 +1386,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.16.5 -c -mv linux-5.16.5 linux-%{KVERREL} +%setup -q -n kernel-5.16.6 -c +mv linux-5.16.6 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2986,6 +2986,10 @@ fi # # %changelog +* Sat Feb 05 2022 Justin M. Forbes [5.16.6-0] +- Revert "ath11k: add support for WCN6855 hw2.1" (Justin M. Forbes) +- Changelog updates for rebase (Justin M. Forbes) + * Tue Feb 01 2022 Justin M. Forbes [5.16.5-0] - Linux v5.16.5 rebase - ath11k: add support for WCN6855 hw2.1 (Baochen Qiang) -- cgit