diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-07-22 11:01:11 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2022-07-22 11:01:11 -0500 |
commit | 62fc3a8b7c8e8b6d3abd2054ddaa89f9bc240458 (patch) | |
tree | 23ee38b930f607f95cd080d167212ed186b1e73a /Makefile.rhelver | |
parent | e72fb6577192744b016a19a9041f9aa4ebb4baa2 (diff) | |
download | kernel-62fc3a8b7c8e8b6d3abd2054ddaa89f9bc240458.tar.gz kernel-62fc3a8b7c8e8b6d3abd2054ddaa89f9bc240458.tar.xz kernel-62fc3a8b7c8e8b6d3abd2054ddaa89f9bc240458.zip |
kernel-5.19.0-0.rc7.20220722git68e77ffbfd06.56
* Fri Jul 22 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.19.0-0.rc7.68e77ffbfd06.55]
- create-data: Parallelize spec file data (Prarit Bhargava)
- create-data.sh: Store SOURCES Makefile variable (Prarit Bhargava)
- redhat/Makefile: Split up setup-source target (Prarit Bhargava)
- create-data.sh: Redefine varfilename (Prarit Bhargava)
- create-data.sh: Parallelize variable file creation (Prarit Bhargava)
- redhat/configs: Enable CONFIG_LZ4_COMPRESS (Prarit Bhargava)
- redhat/docs: Update brew information (Prarit Bhargava)
- redhat/Makefile: Fix eln BUILD_TARGET (Prarit Bhargava)
- redhat/Makefile: Set BUILD_TARGET for dist-brew (Prarit Bhargava)
- kernel.spec.template: update (s390x) expoline.o path (Joe Lawrence)
Resolves:
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 9de7b59a5..73887609a 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 = 55 +RHEL_RELEASE = 56 # # ZSTREAM |