kernel-6.19.13-300

* Sat Apr 18 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.19.13-0]
- Linux v6.19.13
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2026-04-18 12:48:38 -06:00
commit 91bd78cb5a
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
4 changed files with 22 additions and 15 deletions

View file

@ -184,18 +184,18 @@ Summary: The Linux kernel
# the --with-release option overrides this setting.)
%define debugbuildsenabled 1
# define buildid .local
%define specrpmversion 6.19.12
%define specversion 6.19.12
%define specrpmversion 6.19.13
%define specversion 6.19.13
%define patchversion 6.19
%define pkgrelease 300
%define kversion 6
%define tarfile_release 6.19.12
%define tarfile_release 6.19.13
# This is needed to do merge window version magic
%define patchlevel 19
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 300%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.19.12
%define kabiversion 6.19.13
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4814,6 +4814,9 @@ fi\
#
#
%changelog
* Sat Apr 18 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.19.13-0]
- Linux v6.19.13
* Sun Apr 12 2026 Justin M. Forbes <jforbes@fedoraproject.org> [6.19.12-0]
- Add new config item for 6.19.12 (Justin M. Forbes)
- redhat/configs: enable the DIBS driver as it is now required for the SMC networking (Dan Horák)