kernel-6.18.2-00

* Thu Dec 18 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.2-0]
- Add new configs for 6.18.2 (Justin M. Forbes)
- Linux v6.18.2
Resolves:

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2025-12-18 12:42:05 -07:00
commit f207d92ed2
No known key found for this signature in database
GPG key ID: B8FA7924A4B1C140
43 changed files with 103 additions and 55 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.1
%define specversion 6.18.1
%define specrpmversion 6.18.2
%define specversion 6.18.2
%define patchversion 6.18
%define pkgrelease 200
%define pkgrelease 00
%define kversion 6
%define tarfile_release 6.18.1
%define tarfile_release 6.18.2
# This is needed to do merge window version magic
%define patchlevel 18
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 200%{?buildid}%{?dist}
%define specrelease 00%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 6.18.1
%define kabiversion 6.18.2
# If this variable is set to 1, a bpf selftests build failure will cause a
# fatal kernel package build error
@ -4510,6 +4510,10 @@ fi\
#
#
%changelog
* Thu Dec 18 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.2-0]
- Add new configs for 6.18.2 (Justin M. Forbes)
- Linux v6.18.2
* Sat Dec 13 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.18.1-0]
- Initial setup for stable Fedora releases (Justin M. Forbes)
- Reset RHEL_RELEASE for the 6.19 cycle (Justin M. Forbes)