From 7a99804b314bf5328d0c33a0004c08b17c9ee9bd Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 9 Aug 2021 10:36:26 -0500 Subject: kernel-5.14.0-0.rc5.42 * Mon Aug 09 2021 Fedora Kernel Team [5.14.0-0.rc5.42] - pinctrl: tigerlake: Fix GPIO mapping for newer version of software (Andy Shevchenko) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 75f77ac8f..82b03f6c3 100755 --- a/kernel.spec +++ b/kernel.spec @@ -78,9 +78,9 @@ Summary: The Linux kernel # Set debugbuildsenabled to 0 to not build a separate debug kernel, but # to build the base kernel using the debug configuration. (Specifying # the --with-release option overrides this setting.) -%define debugbuildsenabled 0 +%define debugbuildsenabled 1 -%global distro_build 0.rc4.20210805git251a1524293d.37 +%global distro_build 0.rc5.42 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -124,13 +124,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 0.rc4.20210805git251a1524293d.37 +%define pkgrelease 0.rc5.42 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc4.20210805git251a1524293d.37%{?buildid}%{?dist} +%define specrelease 0.rc5.42%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -671,7 +671,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14-rc4-22-g251a1524293d.tar.xz +Source0: linux-5.14-rc5.tar.xz Source1: Makefile.rhelver @@ -1357,8 +1357,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14-rc4-22-g251a1524293d -c -mv linux-5.14-rc4-22-g251a1524293d linux-%{KVERREL} +%setup -q -n kernel-5.14-rc5 -c +mv linux-5.14-rc5 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2952,6 +2952,9 @@ fi # # %changelog +* Mon Aug 09 2021 Fedora Kernel Team [5.14.0-0.rc5.42] +- pinctrl: tigerlake: Fix GPIO mapping for newer version of software (Andy Shevchenko) + * Thu Aug 05 2021 Fedora Kernel Team [5.14.0-0.rc4.20210805git251a1524293d.37] - common: Update for CXL (Compute Express Link) configs (Peter Robinson) - redhat: configs: disable CRYPTO_SM modules (Herton R. Krzesinski) [1990040] -- cgit