kernel-6.18.10-100

* Wed Feb 11 2026 Augusto Caringi <acaringi@redhat.com> [6.18.10-0]
- Linux v6.18.10
Resolves:

Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
Augusto Caringi 2026-02-11 12:52:18 -03:00
commit 5f8a5e5eed
4 changed files with 15 additions and 8 deletions

View file

@ -173,18 +173,18 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
%define specrpmversion 6.18.9
%define specversion 6.18.9
%define specrpmversion 6.18.10
%define specversion 6.18.10
%define patchversion 6.18
%define pkgrelease 100
%define kversion 6
%define tarfile_release 6.18.9
%define tarfile_release 6.18.10
# This is needed to do merge window version magic
%define patchlevel 18
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 100%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.18.9
%define kabiversion 6.18.10
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4510,6 +4510,9 @@ fi\
#
#
%changelog
* Wed Feb 11 2026 Augusto Caringi <acaringi@redhat.com> [6.18.10-0]
- Linux v6.18.10
* Fri Feb 06 2026 Augusto Caringi <acaringi@redhat.com> [6.18.9-0]
- Add a couple of bzs to be fixed with the 6.18.9 build (Justin M. Forbes)
- media: ipu-bridge: Add DMI quirk for Dell XPS laptops with upside down sensors (Hans de Goede)