kernel-6.7.9-100

* Wed Mar 06 2024 Augusto Caringi <acaringi@redhat.com> [6.7.9-0]
- Add some CVE fixes for 6.7.9 (Justin M. Forbes)
- Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security (Yuxuan Hu)
- Linux v6.7.9
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
Augusto Caringi 2024-03-06 16:07:05 -03:00
commit cacc141256
5 changed files with 37 additions and 9 deletions

View file

@ -160,18 +160,18 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
%define specrpmversion 6.7.8
%define specversion 6.7.8
%define specrpmversion 6.7.9
%define specversion 6.7.9
%define patchversion 6.7
%define pkgrelease 100
%define kversion 6
%define tarfile_release 6.7.8
%define tarfile_release 6.7.9
# This is needed to do merge window version magic
%define patchlevel 7
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 100%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.7.8
%define kabiversion 6.7.9
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -3847,6 +3847,11 @@ fi\
#
#
%changelog
* Wed Mar 06 2024 Augusto Caringi <acaringi@redhat.com> [6.7.9-0]
- Add some CVE fixes for 6.7.9 (Justin M. Forbes)
- Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security (Yuxuan Hu)
- Linux v6.7.9
* Sun Mar 03 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.7.8-0]
- Linux v6.7.8