kernel-5.16-0.rc5.20211216git2b14864acbaa.37
* Thu Dec 16 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc5.20211216git2b14864acbaa.37] - Enable CONFIG_BPF_SYSCALL for zfcpdump (Jiri Olsa) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
c840fdeb4a
commit
7cdc1ef427
3 changed files with 10 additions and 10 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.rc5.20211216git2b14864acbaa.37
|
||||
%global distro_build 0.rc5.20211217git6441998e2e37.38
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
|
|
@ -132,13 +132,13 @@ Summary: The Linux kernel
|
|||
|
||||
%define rpmversion 5.16.0
|
||||
%define patchversion 5.16
|
||||
%define pkgrelease 0.rc5.20211216git2b14864acbaa.37
|
||||
%define pkgrelease 0.rc5.20211217git6441998e2e37.38
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 16
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc5.20211216git2b14864acbaa.37%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc5.20211217git6441998e2e37.38%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
|
|
@ -689,7 +689,7 @@ BuildRequires: lld
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.16-rc5-25-g2b14864acbaa.tar.xz
|
||||
Source0: linux-5.16-rc5-171-g6441998e2e37.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1383,8 +1383,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.16-rc5-25-g2b14864acbaa -c
|
||||
mv linux-5.16-rc5-25-g2b14864acbaa linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.16-rc5-171-g6441998e2e37 -c
|
||||
mv linux-5.16-rc5-171-g6441998e2e37 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue