summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-03-08 16:25:00 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-03-08 16:25:00 -0600
commitdb7d8c7f688c841bf0ef8ac0cc430af8b77a8c69 (patch)
treeaa8e63434fda7d81e66201d4016abffd71a535c8 /kernel.spec
parent15a62740f87c6db914536f9f2854cdf6751777d5 (diff)
downloadkernel-db7d8c7f688c841bf0ef8ac0cc430af8b77a8c69.tar.gz
kernel-db7d8c7f688c841bf0ef8ac0cc430af8b77a8c69.tar.xz
kernel-db7d8c7f688c841bf0ef8ac0cc430af8b77a8c69.zip
kernel-5.16.13-0
* Tue Mar 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.13-0] - Add config for ARM64_ERRATUM_2077057 (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 7daa036d8..d58c5b17c 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.12
+%define rpmversion 5.16.13
%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.12.tar.xz
+Source0: linux-5.16.13.tar.xz
Source1: Makefile.rhelver
@@ -1386,8 +1386,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.16.12 -c
-mv linux-5.16.12 linux-%{KVERREL}
+%setup -q -n kernel-5.16.13 -c
+mv linux-5.16.13 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2985,6 +2985,9 @@ fi
#
#
%changelog
+* Tue Mar 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.13-0]
+- Add config for ARM64_ERRATUM_2077057 (Justin M. Forbes)
+
* Wed Mar 02 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.12-0]
- drm/nouveau/backlight: Fix LVDS backlight detection on some laptops (Lyude Paul)