kernel-5.14.0-0.rc3.20210728git4010a528219e.32
* Thu Jul 29 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.0-0.rc3.20210728git4010a528219e.32] - kernel-5.14.0-0.rc3.20210728git4010a528219e.32 (Fedora Kernel Team) - kernel-5.14.0-0.rc3.20210728git4010a528219e.31 (Fedora Kernel Team) - kernel-5.14.0-0.rc3.20210728git7d549995d4e0.30 (Fedora Kernel Team) - Don't tag a release as [redhat] (Justin M. Forbes) - Revert "Drop that for now" (Herton R. Krzesinski) - rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988] - configs/process_configs.sh: Handle config items with no help text (Patrick Talbert) - fedora: sound config updates for 5.14 (Peter Robinson) - fedora: Only enable FSI drivers on POWER platform (Peter Robinson) - The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson) - fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson) - fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson) - fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson) - Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson) - fedora: arm: disabled unused FB drivers (Peter Robinson) - fedora: don't enable FB_VIRTUAL (Peter Robinson) - redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075] - rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406] Resolves: rhbz#1940075, rhbz#1956988, rhbz#1981406 Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
5ab16d2183
commit
dc029228af
@ -12,7 +12,7 @@ RHEL_MINOR = 99
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 31
|
||||
RHEL_RELEASE = 32
|
||||
|
||||
#
|
||||
# Early y+1 numbering
|
||||
|
38
kernel.spec
38
kernel.spec
@ -80,7 +80,7 @@ Summary: The Linux kernel
|
||||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 0
|
||||
|
||||
%global distro_build 0.rc3.20210728git7d549995d4e0.31
|
||||
%global distro_build 0.rc3.20210728git4010a528219e.32
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
@ -124,13 +124,13 @@ Summary: The Linux kernel
|
||||
%define kversion 5.14
|
||||
|
||||
%define rpmversion 5.14.0
|
||||
%define pkgrelease 0.rc3.20210728git7d549995d4e0.31
|
||||
%define pkgrelease 0.rc3.20210728git4010a528219e.32
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc3.20210728git7d549995d4e0.31%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc3.20210728git4010a528219e.32%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
@ -671,7 +671,7 @@ BuildRequires: lld
|
||||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.14-rc3-14-g7d549995d4e0.tar.xz
|
||||
Source0: linux-5.14-rc3-38-g4010a528219e.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
@ -1356,8 +1356,8 @@ ApplyOptionalPatch()
|
||||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.14-rc3-14-g7d549995d4e0 -c
|
||||
mv linux-5.14-rc3-14-g7d549995d4e0 linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.14-rc3-38-g4010a528219e -c
|
||||
mv linux-5.14-rc3-38-g4010a528219e linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
@ -2951,8 +2951,9 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Jul 28 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.0-0.rc3.20210728git7d549995d4e0.31]
|
||||
- kernel-5.14.0-0.rc3.20210728git7d549995d4e0.31 (Fedora Kernel Team)
|
||||
* Thu Jul 29 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.14.0-0.rc3.20210728git4010a528219e.32]
|
||||
- kernel-5.14.0-0.rc3.20210728git4010a528219e.32 (Fedora Kernel Team)
|
||||
- kernel-5.14.0-0.rc3.20210728git4010a528219e.31 (Fedora Kernel Team)
|
||||
- kernel-5.14.0-0.rc3.20210728git7d549995d4e0.30 (Fedora Kernel Team)
|
||||
- Don't tag a release as [redhat] (Justin M. Forbes)
|
||||
- Revert "Drop that for now" (Herton R. Krzesinski)
|
||||
@ -2970,7 +2971,26 @@ fi
|
||||
- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075]
|
||||
- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406]
|
||||
|
||||
* Wed Jul 28 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.14.0-0.rc3.20210728git7d549995d4e0.31]
|
||||
* Wed Jul 28 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.14.0-0.rc3.20210728git4010a528219e.32]
|
||||
- kernel-5.14.0-0.rc3.20210728git4010a528219e.31 (Fedora Kernel Team)
|
||||
- kernel-5.14.0-0.rc3.20210728git7d549995d4e0.30 (Fedora Kernel Team)
|
||||
- Don't tag a release as [redhat] (Justin M. Forbes)
|
||||
- Revert "Drop that for now" (Herton R. Krzesinski)
|
||||
- rpmspec: switch iio and gpio tools to use tools_make (Herton R. Krzesinski) [1956988]
|
||||
- configs/process_configs.sh: Handle config items with no help text (Patrick Talbert)
|
||||
- fedora: sound config updates for 5.14 (Peter Robinson)
|
||||
- fedora: Only enable FSI drivers on POWER platform (Peter Robinson)
|
||||
- The CONFIG_RAW_DRIVER has been removed from upstream (Peter Robinson)
|
||||
- fedora: updates for 5.14 with a few disables for common from pending (Peter Robinson)
|
||||
- fedora: migrate from MFD_TPS68470 -> INTEL_SKL_INT3472 (Peter Robinson)
|
||||
- fedora: Remove STAGING_GASKET_FRAMEWORK (Peter Robinson)
|
||||
- Fedora: move DRM_VMWGFX configs from ark -> common (Peter Robinson)
|
||||
- fedora: arm: disabled unused FB drivers (Peter Robinson)
|
||||
- fedora: don't enable FB_VIRTUAL (Peter Robinson)
|
||||
- redhat/configs: Double MAX_LOCKDEP_ENTRIES (Waiman Long) [1940075]
|
||||
- rpmspec: fix verbose output on kernel-devel installation (Herton R. Krzesinski) [1981406]
|
||||
|
||||
* Wed Jul 28 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.14.0-0.rc3.20210728git4010a528219e.31]
|
||||
- kernel-5.14.0-0.rc3.20210728git7d549995d4e0.30 (Fedora Kernel Team)
|
||||
- Don't tag a release as [redhat] (Justin M. Forbes)
|
||||
- Revert "Drop that for now" (Herton R. Krzesinski)
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (kernel-abi-whitelists-5.14.0-0.rc0.20210707git77d34a4683b0.12.tar.bz2) = 411f2a75d47633c61eb416d270a293d6965cf69b05fdada93480765da88185cea0378820f53b66fd405549374a5094868530f2451d1d2e6eda970afdc2d4bbb8
|
||||
SHA512 (linux-5.14-rc3-14-g7d549995d4e0.tar.xz) = f6e809318c8a48bbf5369381d1737098d35b023626118e2d8fb3c6ca36c1ab621bb72d7282e4a052cc36a3b3965cd8b5e0b8197168aefa8730681186ee52bdcc
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-0.rc3.20210728git7d549995d4e0.31.tar.bz2) = b64ce01cc8310a2e6639d1118adafeaf5fc8b3a3b39bdcba117881f62f027edc7a2d2ff33da27d071c7ffbe0ba135d8f00c6452a2aeeb3b0ae7cb9148f5b0a95
|
||||
SHA512 (kernel-kabi-dw-5.14.0-0.rc3.20210728git7d549995d4e0.31.tar.bz2) = b74af7cdeb44aed16323b12be41c97f572e3ee38ddc708ea5a9b8eeedea6310eb649bb38567496f9b067a54e77f230b61ee4853a46916af069a82f5163118597
|
||||
SHA512 (linux-5.14-rc3-38-g4010a528219e.tar.xz) = 081f02fabb71612d794328168cea29c66520decc599ee9b838532086b6d58262ef8d279e98601bf264db299269f5c6b94d70bccc7c51df54c380a030b377ec40
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-0.rc3.20210728git4010a528219e.32.tar.bz2) = 1225e16c535d8f9ddface62214cff21c6c92b534d8ade6b73c095e378d522540387047b90f6ca3cf48605f7e74c10620753e30ffb2cab2d3c00f20cc2c13c944
|
||||
SHA512 (kernel-kabi-dw-5.14.0-0.rc3.20210728git4010a528219e.32.tar.bz2) = bb5e0fc0fa760b290a20a706ae99f93b53085ca874fe2c5272f5bf94daf6fe68dd534bcdaea94ddffccd91258cb5c64ee77fb1930b239d53b413726511e634d0
|
||||
|
Loading…
Reference in New Issue
Block a user