kernel-5.18.0-0.rc5.20220504git107c948d1d3e61d.42
* Mon May 02 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc5.39] - redhat/configs: Set GUP_TEST in debug kernel (Joel Savitz) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
909e9e3e5b
commit
1efd1ad096
12 changed files with 27 additions and 27 deletions
10
kernel.spec
10
kernel.spec
|
|
@ -129,13 +129,13 @@ Summary: The Linux kernel
|
|||
|
||||
%define rpmversion 5.18.0
|
||||
%define patchversion 5.18
|
||||
%define pkgrelease 0.rc5.20220503git9050ba3a61a4b5b.41
|
||||
%define pkgrelease 0.rc5.20220504git107c948d1d3e61d.42
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 18
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc5.20220503git9050ba3a61a4b5b.41%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc5.20220504git107c948d1d3e61d.42%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
|
|
@ -690,7 +690,7 @@ BuildRequires: lld
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.18-rc5-6-g9050ba3a61a4b5b.tar.xz
|
||||
Source0: linux-5.18-rc5-16-g107c948d1d3e61d.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1382,8 +1382,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.18-rc5-6-g9050ba3a61a4b5b -c
|
||||
mv linux-5.18-rc5-6-g9050ba3a61a4b5b linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.18-rc5-16-g107c948d1d3e61d -c
|
||||
mv linux-5.18-rc5-16-g107c948d1d3e61d linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue