diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-04-17 16:13:03 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-04-17 16:13:03 +0200 |
commit | 9e6d6339ab5336995779f1e91b41816e57fe1b5a (patch) | |
tree | 15c54cb4926fbafa8818d49eb448dd5745a00b0f /SPECS | |
parent | a548be513a295c8a401e7477fd9aafa30ff9e278 (diff) | |
download | kernel-fsync-9e6d6339ab5336995779f1e91b41816e57fe1b5a.tar.gz kernel-fsync-9e6d6339ab5336995779f1e91b41816e57fe1b5a.zip |
kernel 5.11.14
Diffstat (limited to 'SPECS')
-rwxr-xr-x | SPECS/kernel.spec | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 86a75d5..901dcae 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -104,7 +104,7 @@ Summary: The Linux kernel %define primary_target rhel %endif -%define rpmversion 5.11.13 +%define rpmversion 5.11.14 %define stableversion 5.11 %define pkgrelease 201 @@ -603,7 +603,7 @@ BuildRequires: asciidoc # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.11.13.tar.xz +Source0: linux-5.11.14.tar.xz Source1: Makefile.rhelver @@ -1255,8 +1255,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.11.13 -c -mv linux-5.11.13 linux-%{KVERREL} +%setup -q -n kernel-5.11.14 -c +mv linux-5.11.14 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2773,10 +2773,13 @@ fi # # %changelog -* Mon Apr 12 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.11.13-201.fsync -- Linux v5.11.13 futex2 zen +* Sat Apr 17 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.11.14-201.fsync +- Linux v5.11.14 futex2 zen -* Sat Apr 10 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.13-200] +* Wed Apr 14 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.14-0] +- Quick hack to reset release to 0 (Justin M. Forbes) +- Add clarity to rebase notes since that change was backed out (Justin M. Forbes) +- drm/i915/gen11+: Only load DRAM information from pcode (José Roberto de Souza) - Add CONFIG_NVIDIA_CARMEL_CNP_ERRATUM to RHEL configs too (Justin M. Forbes) - Add config for CONFIG_NVIDIA_CARMEL_CNP_ERRATUM (Justin M. Forbes) |