diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-05-25 20:22:40 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-05-25 20:22:40 +0200 |
commit | 467be6e8d4b16b08ee4da55a0351b50449fc1bcd (patch) | |
tree | 6abdb554a01e10f66c8ef8634c3fbe1cb4e0b6a3 /SPECS | |
parent | 24c0840ef449755c50bc40a643c27c720f7a6135 (diff) | |
download | kernel-fsync-467be6e8d4b16b08ee4da55a0351b50449fc1bcd.tar.gz kernel-fsync-467be6e8d4b16b08ee4da55a0351b50449fc1bcd.zip |
kernel 5.12.6
Diffstat (limited to 'SPECS')
-rwxr-xr-x | SPECS/kernel.spec | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index c388224..0bff12c 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -106,7 +106,7 @@ Summary: The Linux kernel %define primary_target rhel %endif -%define rpmversion 5.12.5 +%define rpmversion 5.12.6 %define stableversion 5.12 %define pkgrelease 301 @@ -623,7 +623,7 @@ BuildRequires: clang # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.12.5.tar.xz +Source0: linux-5.12.6.tar.xz Source1: Makefile.rhelver @@ -1281,8 +1281,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.12.5 -c -mv linux-5.12.5 linux-%{KVERREL} +%setup -q -n kernel-5.12.6 -c +mv linux-5.12.6 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2800,8 +2800,11 @@ fi # # %changelog -* Fri May 21 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.12.5-301.fsync -- Linux v5.12.5 futex2 zen +* Tue May 25 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.12.6-301.fsync +- Linux v5.12.6 futex2 zen + +* Sat May 22 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.6-0] +- bus: mhi: core: Download AMSS image from appropriate function (Bhaumik Bhatt) * Wed May 19 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.5-0] - drm/rockchip: remove existing generic drivers to take over the device (Javier Martinez Canillas) |