From a1be0353ad3c82b2457d319f7fbca7c885a43a53 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 18 May 2022 11:50:16 -0500 Subject: kernel-5.18.0-0.rc7.20220518git210e04ff7681.55 * Wed May 18 2022 Fedora Kernel Team [5.18.0-0.rc7.210e04ff7681.54] - Add CONFIG_EFI_DXE_MEM_ATTRIBUTES (Justin M. Forbes) - efi: x86: Set the NX-compatibility flag in the PE header (Peter Jones) - efi: libstub: ensure allocated memory to be executable (Baskov Evgeniy) - efi: libstub: declare DXE services table (Baskov Evgeniy) Resolves: Signed-off-by: Justin M. Forbes --- kernel.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index c8cce2ba4..95cef7a12 100755 --- a/kernel.spec +++ b/kernel.spec @@ -85,7 +85,7 @@ 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 1 +%define debugbuildsenabled 0 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -129,13 +129,13 @@ Summary: The Linux kernel %define specversion 5.18.0 %define patchversion 5.18 -%define pkgrelease 0.rc7.54 +%define pkgrelease 0.rc7.20220518git210e04ff7681.55 # This is needed to do merge window version magic %define patchlevel 18 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc7.54%{?buildid}%{?dist} +%define specrelease 0.rc7.20220518git210e04ff7681.55%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -694,7 +694,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.18-rc7.tar.xz +Source0: linux-5.18-rc7-6-g210e04ff7681.tar.xz Source1: Makefile.rhelver @@ -1386,8 +1386,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.18-rc7 -c -mv linux-5.18-rc7 linux-%{KVERREL} +%setup -q -n kernel-5.18-rc7-6-g210e04ff7681 -c +mv linux-5.18-rc7-6-g210e04ff7681 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3029,12 +3029,17 @@ fi # # %changelog -* Mon May 16 2022 Fedora Kernel Team [5.18.0-0.rc7.53] +* Wed May 18 2022 Fedora Kernel Team [5.18.0-0.rc7.210e04ff7681.54] - Add CONFIG_EFI_DXE_MEM_ATTRIBUTES (Justin M. Forbes) - efi: x86: Set the NX-compatibility flag in the PE header (Peter Jones) - efi: libstub: ensure allocated memory to be executable (Baskov Evgeniy) - efi: libstub: declare DXE services table (Baskov Evgeniy) +* Wed May 18 2022 Fedora Kernel Team [5.18.0-0.rc7.210e04ff7681.53] +- redhat/Makefile.variables: Change git hash length to default (Prarit Bhargava) +- redhat/Makefile: Drop quotation marks around string definitions (Prarit Bhargava) +- Turn on INTEGRITY_MACHINE_KEYRING for Fedora (Justin M. Forbes) + * Mon May 16 2022 Fedora Kernel Team [5.18.0-0.rc7.52] - redhat/configs: fix CONFIG_INTEL_ISHTP_ECLITE (David Arcari) -- cgit