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
@ -12,7 +12,7 @@ RHEL_MINOR = 99
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 37
|
||||
RHEL_RELEASE = 38
|
||||
|
||||
#
|
||||
# Early y+1 numbering
|
||||
|
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} .
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.16-rc5-25-g2b14864acbaa.tar.xz) = 2329250a45ee80eb096e7197f516a85bcaf7377797f4c317e9156a6e465be77f646bd53584764aaa18492d312ff585f3e1d833a29c626e216f4b0087f210d884
|
||||
SHA512 (kernel-abi-stablelists-5.16.0-0.rc5.20211216git2b14864acbaa.37.tar.bz2) = 56f9d3f887b985994539c568d3ff6d0a785cefa9b00895aab4f0e9b96be4540516922dbeadf01679e03c1ac34b3e0504ef3006ede7880b96f639e325ab0790e0
|
||||
SHA512 (kernel-kabi-dw-5.16.0-0.rc5.20211216git2b14864acbaa.37.tar.bz2) = 7881d12d5d3d3661b0f8f7b1071d46b6146987a938483ee587caaa7c71bda5ea36f3382fab255f7eaa89c20574520c2f3b313ca52ef0890d7c256575fc731cfc
|
||||
SHA512 (linux-5.16-rc5-171-g6441998e2e37.tar.xz) = d5efd16f54ad9b90f010c4736800956ab7a1639a9b35195c8ee5fb0f63bc58eff1cf73358fef499da334fa32523a5669d6619a14d352149057219c904414aa82
|
||||
SHA512 (kernel-abi-stablelists-5.16.0-0.rc5.20211217git6441998e2e37.38.tar.bz2) = e81190a7f7c4faefd69b4d67caa6dfe33401d585773b63695f3b0e75b77ecd7e74359de8a875be2c9be3256c9e95ce2afe7b2bf6e4d135086844e7f5f024f1b0
|
||||
SHA512 (kernel-kabi-dw-5.16.0-0.rc5.20211217git6441998e2e37.38.tar.bz2) = 3a2351e75e1791a972650152d29a759a269f871571f55015dc8abc21019f41295ea50e6d4dd994869b3962c1ad9542b96385244f9b8181f29814fa31be0bc602
|
||||
|
Loading…
Reference in New Issue
Block a user