kernel-5.15-0.rc2.20210923git58e2cf5d7946.21
* Thu Sep 23 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [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 <jforbes@fedoraproject.org>
This commit is contained in:
parent
10db88dce3
commit
7494012afa
4 changed files with 28 additions and 28 deletions
14
kernel.spec
14
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} .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue