kernel-5.16-0.rc6.20211224git7a29b11da965.45
* Fri Dec 24 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc6.20211224git7a29b11da965.45] - Fedora configs for 5.16 pt 1 (Justin M. Forbes) - redhat/configs: NFS: disable UDP, insecure enctypes (Benjamin Coddington) [1952863] Resolves: rhbz#1952863 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
11cdcc6e30
commit
2a0e3107b6
@ -12,7 +12,7 @@ RHEL_MINOR = 99
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 50
|
||||
RHEL_RELEASE = 52
|
||||
|
||||
#
|
||||
# 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.rc7.20211229gite7c124bd0463.50
|
||||
%global distro_build 0.rc7.20211231git4f3d93c6eaff.52
|
||||
|
||||
%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.rc7.20211229gite7c124bd0463.50
|
||||
%define pkgrelease 0.rc7.20211231git4f3d93c6eaff.52
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 16
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc7.20211229gite7c124bd0463.50%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc7.20211231git4f3d93c6eaff.52%{?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-rc7-9-ge7c124bd0463.tar.xz
|
||||
Source0: linux-5.16-rc7-99-g4f3d93c6eaff.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -1383,8 +1383,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.16-rc7-9-ge7c124bd0463 -c
|
||||
mv linux-5.16-rc7-9-ge7c124bd0463 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.16-rc7-99-g4f3d93c6eaff -c
|
||||
mv linux-5.16-rc7-99-g4f3d93c6eaff linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.16-rc7-9-ge7c124bd0463.tar.xz) = 8b4654d0f11d10f897eccd8d55b3341a1658a00e0ff089488525c2f43e7682f8c2083f29b46bd220e9a5aa21caededccf640dc95562f5fd379154af8dc0805a6
|
||||
SHA512 (kernel-abi-stablelists-5.16.0-0.rc7.20211229gite7c124bd0463.50.tar.bz2) = 1adab3cd95e9f3fc0ec162f4457141d033a19b61fd467d722fa35161d0725213b93cabff5dfba89a5b533d5b3e759a8a24a02686443ebac4ffb6ebf447463e78
|
||||
SHA512 (kernel-kabi-dw-5.16.0-0.rc7.20211229gite7c124bd0463.50.tar.bz2) = e370b48397aadcfcb93304dad8494a832c78aa2b35dbe72f8ddf91cae3430001b767fb8e5f0d176c6ab40766a97afcaee89a0a9400a970aa92592b0b692b7a8e
|
||||
SHA512 (linux-5.16-rc7-99-g4f3d93c6eaff.tar.xz) = 834f74f69b8d36913e98c34552415d93162ed0620949b98b1498d05a5a3e82f8c7ee96d857b5f48728f1320b55a125f00d8c16a2e5786b973f0a7f86971a1687
|
||||
SHA512 (kernel-abi-stablelists-5.16.0-0.rc7.20211231git4f3d93c6eaff.52.tar.bz2) = 3a45e40e48df8bac7e8b468e7baaaf9ab6dfd5c627cd02fe30336af5c49a753550cbb3d412352f53662331af9b254cd112471e91a87a61c387ac1baf4c405b8a
|
||||
SHA512 (kernel-kabi-dw-5.16.0-0.rc7.20211231git4f3d93c6eaff.52.tar.bz2) = 077bef810070dc7ab6a179f901a26583277deb44719f4bc384a86a75ef6a3080aed25988895f422e2e718c37ac043ad845e43f58a8e024cedbf6baa16f5d7ea9
|
||||
|
Loading…
Reference in New Issue
Block a user