diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-02-06 20:22:22 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-02-06 20:22:22 +0100 |
commit | 510d315e1c9a7a20cd0f36ebc41a839e1ba61b3a (patch) | |
tree | 4e0658b405cb6428705496db66759fe9f5d1755e /SPECS | |
parent | fbbb2805787ee5e8312da3671686496e347fc04b (diff) | |
download | kernel-fsync-510d315e1c9a7a20cd0f36ebc41a839e1ba61b3a.tar.gz kernel-fsync-510d315e1c9a7a20cd0f36ebc41a839e1ba61b3a.zip |
kernel 5.10.13
Diffstat (limited to 'SPECS')
-rw-r--r-- | SPECS/kernel.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index aaa4274..3d89975 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -94,7 +94,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 12 +%define stable_update 13 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -849,6 +849,9 @@ Patch103: arm-pandaboard-fix-add-bluetooth.patch # Fix for USB on some newer RPi4 / firmware combinations Patch104: 0001-brcm-rpi4-fix-usb-numeration.patch +# RPi-4 and wifi issues +Patch105: arm-dts-rpi-4-disable-wifi-frequencies.patch + # Nouveau mDP detection fix Patch107: 0001-drm-nouveau-kms-handle-mDP-connectors.patch @@ -2972,8 +2975,11 @@ fi # # %changelog -* Tue Feb 02 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.10.12-201.fsync -- Linux v5.10.12 futex2 zen +* Sat Feb 06 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.10.13-201.fsync +- Linux v5.10.13 futex2 zen + +* Thu Feb 04 2021 Justin M. Forbes <jforbes@fedoraproject.org> - 5.10.13-200 +- Linux v5.10.13 * Mon Feb 01 2021 Justin M. Forbes <jforbes@fedoraproject.org> - 5.10.12-200 - Linux v5.10.12 |