From 8be64d15329a945ef1b3f218d5532ecf92cf2245 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 27 Jan 2022 07:42:55 -0600 Subject: kernel-5.16.3-200 * Thu Jan 27 2022 Justin M. Forbes [5.16.3-200] - Fix up changelog (Justin M. Forbes) - Add file forgotten in simpledrm revert (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 1b88d927a..6545ef131 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.2 +%define rpmversion 5.16.3 %define patchversion 5.16 %define pkgrelease 200 @@ -692,7 +692,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.16.2.tar.xz +Source0: linux-5.16.3.tar.xz Source1: Makefile.rhelver @@ -1386,8 +1386,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.16.2 -c -mv linux-5.16.2 linux-%{KVERREL} +%setup -q -n kernel-5.16.3 -c +mv linux-5.16.3 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2986,6 +2986,13 @@ fi # # %changelog +* Thu Jan 27 2022 Justin M. Forbes [5.16.3-200] +- Fix up changelog (Justin M. Forbes) +- Add file forgotten in simpledrm revert (Justin M. Forbes) + +* Thu Jan 27 2022 Justin M. Forbes [5.16.3-0] +- Revert "fedora: Disable fbdev drivers and use simpledrm instead" (Justin M. Forbes) + * Thu Jan 20 2022 Justin M. Forbes [5.16.2-0] - Add packaged but empty /lib/modules//systemtap/ (Justin M. Forbes) - Revert "[scsi] megaraid_sas: re-add certain pci-ids" (Justin M. Forbes) -- cgit