From bd19f6f7e0096573056594b20bf4700521e75528 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 29 Jul 2020 11:15:33 -0500 Subject: Linux v5.7.11 Signed-off-by: Justin M. Forbes --- kernel.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 1f3a04f8b..51ede85d2 100644 --- a/kernel.spec +++ b/kernel.spec @@ -77,7 +77,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 101 +%global baserelease 100 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -89,7 +89,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 10 +%define stable_update 11 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -878,8 +878,8 @@ Patch123: 0001-usb-fusb302-Convert-to-use-GPIO-descriptors.patch # Tegra194 ACPI PCI quirk - http://patchwork.ozlabs.org/patch/1221384/ Patch124: 0001-PCI-Add-MCFG-quirks-for-Tegra194-host-controllers.patch -# Killer wireless headed to stable -Patch125: iwlwifi-make-some-killer-wireless-ac-1550-cards-work-again.patch +# rhbz 1857101 +Patch125: 0001-ALSA-hda-Workaround-for-spurious-wakeups-on-some-Int.patch # END OF PATCH DEFINITIONS @@ -2919,6 +2919,10 @@ fi # # %changelog +* Wed Jul 29 2020 Justin M. Forbes - 5.7.11-100 +- Linux v5.7.11 +- Fix rhbz 1857101 + * Wed Jul 22 2020 Justin M. Forbes - 5.7.10-101 - Linux v5.7.10 -- cgit