kernel-5.16-0.rc8.20220107gitddec8ed2d490.57
* Fri Jan 07 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc8.20220107gitddec8ed2d490.57] - Clean up excess text in Fedora config files (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
8a48240f28
commit
f196a8551f
@ -12,7 +12,7 @@ RHEL_MINOR = 99
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 56
|
||||
RHEL_RELEASE = 57
|
||||
|
||||
#
|
||||
# Early y+1 numbering
|
||||
|
15
kernel.spec
15
kernel.spec
@ -87,7 +87,7 @@ Summary: The Linux kernel
|
||||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 0
|
||||
|
||||
%global distro_build 0.rc8.20220106git75acfdb6fd92.56
|
||||
%global distro_build 0.rc8.20220107gitddec8ed2d490.57
|
||||
|
||||
%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.rc8.20220106git75acfdb6fd92.56
|
||||
%define pkgrelease 0.rc8.20220107gitddec8ed2d490.57
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 16
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc8.20220106git75acfdb6fd92.56%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc8.20220107gitddec8ed2d490.57%{?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-rc8-48-g75acfdb6fd92.tar.xz
|
||||
Source0: linux-5.16-rc8-57-gddec8ed2d490.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -1383,8 +1383,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.16-rc8-48-g75acfdb6fd92 -c
|
||||
mv linux-5.16-rc8-48-g75acfdb6fd92 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.16-rc8-57-gddec8ed2d490 -c
|
||||
mv linux-5.16-rc8-57-gddec8ed2d490 linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
@ -2981,6 +2981,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Jan 07 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc8.20220107gitddec8ed2d490.57]
|
||||
- Clean up excess text in Fedora config files (Justin M. Forbes)
|
||||
|
||||
* Thu Jan 06 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc8.20220106git75acfdb6fd92.56]
|
||||
- Fedora config updates for 5.16 (Justin M. Forbes)
|
||||
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-5.16-rc8-48-g75acfdb6fd92.tar.xz) = b0c8015eec71436dc0fdd0c1e647e415235fa3ee0e53b8affe98e93e28db83738407f251d6e826c46a4deeae80b437761972306e4de6f9b021774189497252c5
|
||||
SHA512 (kernel-abi-stablelists-5.16.0-0.rc8.20220106git75acfdb6fd92.56.tar.bz2) = ba9f522c8b4c687dec7ea142031edacbec609fc8a8e8320d9b526cad1ed7d45cd631b1da5dbff1a5f46c73a13d4898dee629c3ee9893dc47514b76fe2ed244b0
|
||||
SHA512 (kernel-kabi-dw-5.16.0-0.rc8.20220106git75acfdb6fd92.56.tar.bz2) = de498e0f5d54fc443de45d77923793e356e2c13c68a345c8bf0e708e059f7b0ed43c3a246f8e7ec69703c39ce027880497fc8059c32581a7cf9e290b0e751426
|
||||
SHA512 (linux-5.16-rc8-57-gddec8ed2d490.tar.xz) = 6ac14b6e3a8a62cb8ec9131472b46856cd129ad9f21f569d0f675879a5e5646711a7575a6d35fc2c0f0ac7d4477ea3b05668f5d405852e507f2e6dff8ab2b2fc
|
||||
SHA512 (kernel-abi-stablelists-5.16.0-0.rc8.20220107gitddec8ed2d490.57.tar.bz2) = 2299dcb8fbeb2f707cae0b7f9d32f17ca9dc2002f8253a8d7ae784187cf0e62e2d731c3fdef54dbfbd6e759bdae3b79bfa64056284a74a4617cd019c9d8a0887
|
||||
SHA512 (kernel-kabi-dw-5.16.0-0.rc8.20220107gitddec8ed2d490.57.tar.bz2) = de498e0f5d54fc443de45d77923793e356e2c13c68a345c8bf0e708e059f7b0ed43c3a246f8e7ec69703c39ce027880497fc8059c32581a7cf9e290b0e751426
|
||||
|
Loading…
Reference in New Issue
Block a user