diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-05-04 09:57:52 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-05-04 09:57:52 -0500 |
commit | 27dc8ef7e8c19034fdfbbd0fcbcf8c2487a013c6 (patch) | |
tree | 024e73e38c028cd1acc0db5abdce1a4dbd6922f0 /Makefile.rhelver | |
parent | f566bd0abd37ef1fbc335099bddfba500cfc4865 (diff) | |
download | kernel-27dc8ef7e8c19034fdfbbd0fcbcf8c2487a013c6.tar.gz kernel-27dc8ef7e8c19034fdfbbd0fcbcf8c2487a013c6.tar.xz kernel-27dc8ef7e8c19034fdfbbd0fcbcf8c2487a013c6.zip |
kernel-5.13.0-0.rc0.20210504git5e321ded302d.7
* Tue May 04 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc0.20210504git5e321ded302d.7]
- Fix branch creation for releases based on tags (Jeremy Cline)
- Replace "flavour" where "variant" is meant instead (David Ward)
- Drop the %%{variant} macro and fix --with-vanilla (David Ward)
- Fix syntax of %%kernel_variant_files (David Ward)
- Change description of --without-vdso-install to fix typo (David Ward)
- Config updates to work around mismatches (Justin M. Forbes)
- CONFIG_SND_SOC_FSL_ASOC_CARD selects CONFIG_MFD_WM8994 now (Justin M. Forbes)
- wireguard: disable in FIPS mode (Hangbin Liu) [1940794]
- Enable mtdram for fedora (rhbz 1955916) (Justin M. Forbes)
Resolves: rhbz#1940794
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'Makefile.rhelver')
-rw-r--r-- | Makefile.rhelver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rhelver b/Makefile.rhelver index 24c8754ba..cca8dcf56 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 99 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 3 +RHEL_RELEASE = 7 # # Early y+1 numbering |