kernel-5.18.0-0.rc4.46cf2c613f4b10e.34
* Wed Apr 27 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc4.46cf2c613f4b10e.34] - ARK: Remove code marking drivers as tech preview (Peter Georg) - ARK: Remove code marking devices deprecated (Peter Georg) - ARK: Remove code marking devices unmaintained (Peter Georg) - rh_message: Fix function name (Peter Georg) [2019377] Resolves: rhbz#2019377 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
a57d8cc0d8
commit
157be69bed
16 changed files with 23 additions and 11 deletions
12
kernel.spec
12
kernel.spec
|
|
@ -87,7 +87,7 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 0
|
||||
|
||||
%global distro_build 0.rc4.20220427git46cf2c613f4b10e.35
|
||||
%global distro_build 0.rc4.20220428git8f4dd16603ce834.36
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
|
|
@ -131,13 +131,13 @@ Summary: The Linux kernel
|
|||
|
||||
%define rpmversion 5.18.0
|
||||
%define patchversion 5.18
|
||||
%define pkgrelease 0.rc4.20220427git46cf2c613f4b10e.35
|
||||
%define pkgrelease 0.rc4.20220428git8f4dd16603ce834.36
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 18
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc4.20220427git46cf2c613f4b10e.35%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc4.20220428git8f4dd16603ce834.36%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
|
|
@ -692,7 +692,7 @@ BuildRequires: lld
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.18-rc4-50-g46cf2c613f4b10e.tar.xz
|
||||
Source0: linux-5.18-rc4-64-g8f4dd16603ce834.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1384,8 +1384,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.18-rc4-50-g46cf2c613f4b10e -c
|
||||
mv linux-5.18-rc4-50-g46cf2c613f4b10e linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.18-rc4-64-g8f4dd16603ce834 -c
|
||||
mv linux-5.18-rc4-64-g8f4dd16603ce834 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue