From dcddcf3387ee417b46eb759471df4993dfb3f69b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 18 Jan 2022 11:51:45 -0600 Subject: kernel-5.17-0.rc0.20220118gitfe81ba137ebc.69 * Tue Jan 18 2022 Fedora Kernel Team [5.17-0.rc0.20220118gitfe81ba137ebc.69] - filter-modules.sh.rhel: Add ntc_thermistor to singlemods (Prarit Bhargava) - lib/crypto: add prompts back to crypto libraries (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 97d452add..50ab6b810 100755 --- a/kernel.spec +++ b/kernel.spec @@ -87,7 +87,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 0 -%global distro_build 0.rc0.20220117git0c947b893d69.68 +%global distro_build 0.rc0.20220118gitfe81ba137ebc.69 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -132,13 +132,13 @@ Summary: The Linux kernel %define rpmversion 5.17.0 %define patchversion 5.17 -%define pkgrelease 0.rc0.20220117git0c947b893d69.68 +%define pkgrelease 0.rc0.20220118gitfe81ba137ebc.69 # This is needed to do merge window version magic %define patchlevel 17 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc0.20220117git0c947b893d69.68%{?buildid}%{?dist} +%define specrelease 0.rc0.20220118gitfe81ba137ebc.69%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -692,7 +692,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.16-10660-g0c947b893d69.tar.xz +Source0: linux-5.16-10996-gfe81ba137ebc.tar.xz Source1: Makefile.rhelver @@ -1386,8 +1386,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.16-10660-g0c947b893d69 -c -mv linux-5.16-10660-g0c947b893d69 linux-%{KVERREL} +%setup -q -n kernel-5.16-10996-gfe81ba137ebc -c +mv linux-5.16-10996-gfe81ba137ebc linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2984,12 +2984,13 @@ fi # # %changelog -* Mon Jan 17 2022 Justin M. Forbes [5.17-0.rc0.20220117git0c947b893d69.68] -- Move CONFIG_SND_SOC_TLV320AIC31XX as it is now selected by CONFIG_SND_SOC_FSL_ASOC_CARD (Justin M. Forbes) - -* Mon Jan 17 2022 Fedora Kernel Team [5.17-0.rc0.20220117git0c947b893d69.68] +* Tue Jan 18 2022 Fedora Kernel Team [5.17-0.rc0.20220118gitfe81ba137ebc.69] +- filter-modules.sh.rhel: Add ntc_thermistor to singlemods (Prarit Bhargava) - lib/crypto: add prompts back to crypto libraries (Justin M. Forbes) +* Tue Jan 18 2022 Fedora Kernel Team [5.17-0.rc0.20220118gitfe81ba137ebc.68] +- Move CONFIG_SND_SOC_TLV320AIC31XX as it is now selected by CONFIG_SND_SOC_FSL_ASOC_CARD (Justin M. Forbes) + * Fri Jan 14 2022 Fedora Kernel Team [5.17-0.rc0.20220114gitfb3b0673b7d5.64] - Add dev_addr_lists_test to mod-internal.list (Justin M. Forbes) -- cgit