From 7494012afa550bb95bea03c8eacb3a05be6b677a Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 27 Sep 2021 12:52:49 -0500 Subject: kernel-5.15-0.rc2.20210923git58e2cf5d7946.21 * Thu Sep 23 2021 Fedora Kernel Team [5.15-0.rc2.20210923git58e2cf5d7946.21] - redhat/configs: enable CONFIG_SQUASHFS_ZSTD which is already enabled in Fedora 34 (Tao Liu) [1998953] Resolves: rhbz#1998953 Signed-off-by: Justin M. Forbes --- kernel.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 560603ebc..0e79003e9 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.rc2.20210923git58e2cf5d7946.21 +%global distro_build 0.rc3.25 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -125,13 +125,13 @@ Summary: The Linux kernel %define rpmversion 5.15.0 %define patchversion 5.15 -%define pkgrelease 0.rc2.20210923git58e2cf5d7946.21 +%define pkgrelease 0.rc3.25 # This is needed to do merge window version magic %define patchlevel 15 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 0.rc2.20210923git58e2cf5d7946.21%{?buildid}%{?dist} +%define specrelease 0.rc3.25%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -672,7 +672,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.15-rc2-51-g58e2cf5d7946.tar.xz +Source0: linux-5.15-rc3.tar.xz Source1: Makefile.rhelver @@ -1358,8 +1358,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.15-rc2-51-g58e2cf5d7946 -c -mv linux-5.15-rc2-51-g58e2cf5d7946 linux-%{KVERREL} +%setup -q -n kernel-5.15-rc3 -c +mv linux-5.15-rc3 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . -- cgit