From 007252f0a039c36e464157443275adf81ec15580 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 10 Jun 2020 16:19:16 -0500 Subject: Linux v5.6.18 Signed-off-by: Justin M. Forbes --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 3afa69ac9..d0ee89493 100644 --- a/kernel.spec +++ b/kernel.spec @@ -92,7 +92,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 17 +%define stable_update 18 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -3017,6 +3017,9 @@ fi # # %changelog +* Wed Jun 10 2020 Justin M. Forbes - 5.6.18-300 +- Linux v5.6.18 + * Mon Jun 08 2020 Justin M. Forbes - 5.6.17-300 - Linux v5.6.17 -- cgit From 5e4fb76d9ebf2f2d900a65c125c50a6e05093fc3 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 16 Jun 2020 11:57:49 -0500 Subject: Add dual fan control for several Lenovo notebooks Signed-off-by: Justin M. Forbes --- kernel.spec | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index d0ee89493..3aedb338b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -921,6 +921,9 @@ Patch519: vboxguest-fixes.patch # rhbz 1830150 Patch520: 0001-platform-x86-sony-laptop-SNC-calls-should-handle-BUF.patch +# Thinkpad dual fan control +Patch521: 0001-platform-x86-thinkpad_acpi-Add-support-for-dual-fan-.patch + # END OF PATCH DEFINITIONS %endif @@ -3017,6 +3020,10 @@ fi # # %changelog +* Mon Jun 15 2020 Stefan Assmann +- Add dual fan control for P50, P51, P52, P70, P71, P72, P1 gen1, P2 gen2, + X1E gen1 and X1E gen2. + * Wed Jun 10 2020 Justin M. Forbes - 5.6.18-300 - Linux v5.6.18 -- cgit From 618d5f540f5dc8c702c4bdd6f65fa2455f7fb13e Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 17 Jun 2020 10:40:18 -0500 Subject: Linux v5.6.19 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 3aedb338b..677d01402 100644 --- a/kernel.spec +++ b/kernel.spec @@ -92,7 +92,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 18 +%define stable_update 19 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -918,9 +918,6 @@ Patch518: vfio-pci-block-user-access-to-disabled-device-MMIO.patch # rhbz 1789545 Patch519: vboxguest-fixes.patch -# rhbz 1830150 -Patch520: 0001-platform-x86-sony-laptop-SNC-calls-should-handle-BUF.patch - # Thinkpad dual fan control Patch521: 0001-platform-x86-thinkpad_acpi-Add-support-for-dual-fan-.patch @@ -3020,6 +3017,9 @@ fi # # %changelog +* Wed Jun 17 2020 Justin M. Forbes - 5.6.19-300 +- Linux v5.6.19 + * Mon Jun 15 2020 Stefan Assmann - Add dual fan control for P50, P51, P52, P70, P71, P72, P1 gen1, P2 gen2, X1E gen1 and X1E gen2. -- cgit