kernel-5.16.14-0
* Fri Mar 11 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.14-0] - Linux v5.16.14 Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
db7d8c7f68
commit
fc82598159
3 changed files with 12 additions and 9 deletions
11
kernel.spec
11
kernel.spec
|
|
@ -130,7 +130,7 @@ Summary: The Linux kernel
|
|||
# The kernel tarball/base version
|
||||
%define kversion 5.16
|
||||
|
||||
%define rpmversion 5.16.13
|
||||
%define rpmversion 5.16.14
|
||||
%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.13.tar.xz
|
||||
Source0: linux-5.16.14.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1386,8 +1386,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.16.13 -c
|
||||
mv linux-5.16.13 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.16.14 -c
|
||||
mv linux-5.16.14 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -2985,6 +2985,9 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Mar 11 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.14-0]
|
||||
- Linux v5.16.14
|
||||
|
||||
* Tue Mar 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.13-0]
|
||||
- Add config for ARM64_ERRATUM_2077057 (Justin M. Forbes)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue