From 8c6d36397de31b4bed81f30aa8e01a0226db3e4c Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 30 Dec 2020 11:55:19 -0600 Subject: Linux v5.10.4 Signed-off-by: Justin M. Forbes --- kernel.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 9463bdf99..51d46aa93 100644 --- a/kernel.spec +++ b/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 3 +%define stable_update 4 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -844,9 +844,6 @@ Patch101: 0001-PCI-Add-MCFG-quirks-for-Tegra194-host-controllers.patch # A patch to fix some undocumented things broke a bunch of Allwinner networks due to wrong assumptions Patch102: 0001-update-phy-on-pine64-a64-devices.patch -# rhbz 1897038 -Patch103: bluetooth-fix-LL-privacy-BLE-device-fails-to-connect.patch - # END OF PATCH DEFINITIONS %endif @@ -2960,6 +2957,9 @@ fi # # %changelog +* Wed Dec 30 11:51:28 CST 2020 Justin M. Forbes - 5.10.4-200 +- Linux v5.10.4 + * Mon Dec 28 08:51:38 CST 2020 Justin M. Forbes - 5.10.3-200 - Linux v5.10.3 -- cgit From a4b62ecc4baf1032430616ec014b148b61b7e632 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 3 Jan 2021 18:43:55 +0000 Subject: arm: pandaboard bluetooth fix --- kernel.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 51d46aa93..703c71c40 100644 --- a/kernel.spec +++ b/kernel.spec @@ -844,6 +844,9 @@ Patch101: 0001-PCI-Add-MCFG-quirks-for-Tegra194-host-controllers.patch # A patch to fix some undocumented things broke a bunch of Allwinner networks due to wrong assumptions Patch102: 0001-update-phy-on-pine64-a64-devices.patch +# OMAP Pandaboard fix +Patch103: arm-pandaboard-fix-add-bluetooth.patch + # END OF PATCH DEFINITIONS %endif -- cgit