From fa320ac21a24dacab916e3bc11def5cee57ea80e Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 12 Jan 2022 12:07:26 -0600 Subject: kernel-5.17-0.rc0.20220112gitdaadb3bd0e8d.63 * Wed Jan 12 2022 Fedora Kernel Team [5.17-0.rc0.20220112gitdaadb3bd0e8d.63] - lib/crypto: add prompts back to crypto libraries (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index a7e6904bd..c8ccce62a 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.20220111gitfe8152b38d3a.61 +%global distro_build 0.rc0.20220112gitdaadb3bd0e8d.63 %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.20220111gitfe8152b38d3a.61 +%define pkgrelease 0.rc0.20220112gitdaadb3bd0e8d.63 # This is needed to do merge window version magic %define patchlevel 17 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc0.20220111gitfe8152b38d3a.61%{?buildid}%{?dist} +%define specrelease 0.rc0.20220112gitdaadb3bd0e8d.63%{?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-5221-gfe8152b38d3a.tar.xz +Source0: linux-5.16-6518-gdaadb3bd0e8d.tar.xz Source1: Makefile.rhelver @@ -1386,8 +1386,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.16-5221-gfe8152b38d3a -c -mv linux-5.16-5221-gfe8152b38d3a linux-%{KVERREL} +%setup -q -n kernel-5.16-6518-gdaadb3bd0e8d -c +mv linux-5.16-6518-gdaadb3bd0e8d linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2984,9 +2984,13 @@ fi # # %changelog -* Tue Jan 11 2022 Justin M. Forbes [5.17-0.rc0.20220111gitfe8152b38d3a.61] +* Wed Jan 12 2022 Fedora Kernel Team [5.17-0.rc0.20220112gitdaadb3bd0e8d.63] - lib/crypto: add prompts back to crypto libraries (Justin M. Forbes) +* Wed Jan 12 2022 Fedora Kernel Team [5.17-0.rc0.20220112gitdaadb3bd0e8d.62] +- redhat: ignore ksamples and kselftests on the badfuncs rpminspect test (Herton R. Krzesinski) +- redhat: disable upstream check for rpminspect (Herton R. Krzesinski) + * Tue Jan 11 2022 Fedora Kernel Team [5.17-0.rc0.20220111gitfe8152b38d3a.61] - redhat: switch the vsyscall config to CONFIG_LEGACY_VSYSCALL_XONLY=y (Herton R. Krzesinski) [1876977] - redhat: configs: increase CONFIG_DEBUG_KMEMLEAK_MEM_POOL_SIZE (Rafael Aquini) -- cgit