From d093b9fca27f70468537ca14c0c7543cfad35312 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 14 Feb 2022 06:32:32 -0600 Subject: kernel-5.17-0.rc4.96 * Mon Feb 14 2022 Fedora Kernel Team [5.17-0.rc4.96] - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) - Workaround for gcc12 compile issues in ubcmd-util.h (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index c6fc618c1..e35db47b6 100755 --- a/kernel.spec +++ b/kernel.spec @@ -85,9 +85,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.rc3.20220211gitf1baf68e1383.93 +%global distro_build 0.rc4.96 %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.rc3.20220211gitf1baf68e1383.93 +%define pkgrelease 0.rc4.96 # This is needed to do merge window version magic %define patchlevel 17 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc3.20220211gitf1baf68e1383.93%{?buildid}%{?dist} +%define specrelease 0.rc4.96%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -695,7 +695,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.17-rc3-116-gf1baf68e1383.tar.xz +Source0: linux-5.17-rc4.tar.xz Source1: Makefile.rhelver @@ -1391,8 +1391,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.17-rc3-116-gf1baf68e1383 -c -mv linux-5.17-rc3-116-gf1baf68e1383 linux-%{KVERREL} +%setup -q -n kernel-5.17-rc4 -c +mv linux-5.17-rc4 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3005,10 +3005,16 @@ fi # # %changelog -* Fri Feb 11 2022 Fedora Kernel Team [5.17-0.rc3.f1baf68e1383.93] +* Mon Feb 14 2022 Fedora Kernel Team [5.17-0.rc4.96] - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) - Workaround for gcc12 compile issues in ubcmd-util.h (Justin M. Forbes) +* Sun Feb 13 2022 Fedora Kernel Team [5.17-0.rc3.b81b1829e7e3.94] +- redhat: fix make {distg-brew,distg-koji} (Andrea Claudi) + +* Sat Feb 12 2022 Fedora Kernel Team [5.17-0.rc3.83e396641110.93] +- [fedora] Turn on CONFIG_VIDEO_OV5693 for sensor support (Dave Olsthoorn) + * Fri Feb 11 2022 Fedora Kernel Team [5.17-0.rc3.f1baf68e1383.92] - Cleanup 'disabled' config options for RHEL (Prarit Bhargava) -- cgit