From 85162cd97ba65e6a93acb9ca75693dd05c830d7e Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 13 Apr 2022 16:43:02 -0500 Subject: kernel-5.16.20-0 * Wed Apr 13 2022 Justin M. Forbes [5.16.20-0] - Linux v5.16.19 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 19b122877..6a386d038 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.19 +%define rpmversion 5.16.20 %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.19.tar.xz +Source0: linux-5.16.20.tar.xz Source1: Makefile.rhelver @@ -1386,8 +1386,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.16.19 -c -mv linux-5.16.19 linux-%{KVERREL} +%setup -q -n kernel-5.16.20 -c +mv linux-5.16.20 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2985,6 +2985,9 @@ fi # # %changelog +* Wed Apr 13 2022 Justin M. Forbes [5.16.20-0] +- Linux v5.16.19 (Justin M. Forbes) + * Fri Apr 08 2022 Justin M. Forbes [5.16.19-0] - Config update for 5.16.19 (Justin M. Forbes) -- cgit