kernel-6.16.12-200
* Sun Oct 12 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.16.12-0] - Linux v6.16.12 Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
0a30582983
commit
c1f13b2600
4 changed files with 15 additions and 8 deletions
|
|
@ -1,3 +1,7 @@
|
|||
* Sun Oct 12 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.16.12-0]
|
||||
- Linux v6.16.12
|
||||
Resolves:
|
||||
|
||||
* Mon Oct 06 2025 Augusto Caringi <acaringi@redhat.com> [6.16.11-0]
|
||||
- Linux v6.16.11
|
||||
Resolves:
|
||||
|
|
|
|||
11
kernel.spec
11
kernel.spec
|
|
@ -162,18 +162,18 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
# define buildid .local
|
||||
%define specrpmversion 6.16.11
|
||||
%define specversion 6.16.11
|
||||
%define specrpmversion 6.16.12
|
||||
%define specversion 6.16.12
|
||||
%define patchversion 6.16
|
||||
%define pkgrelease 200
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.16.11
|
||||
%define tarfile_release 6.16.12
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 16
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 200%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.16.11
|
||||
%define kabiversion 6.16.12
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
|
|
@ -4360,6 +4360,9 @@ fi\
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Sun Oct 12 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.16.12-0]
|
||||
- Linux v6.16.12
|
||||
|
||||
* Mon Oct 06 2025 Augusto Caringi <acaringi@redhat.com> [6.16.11-0]
|
||||
- Linux v6.16.11
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
35 files changed, 488 insertions(+), 208 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 0d1e19ef28b98..c233e675084ba 100644
|
||||
index d4677e7a71618..05fa5169f670b 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -355,6 +355,17 @@ ifneq ($(filter install,$(MAKECMDGOALS)),)
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (linux-6.16.11.tar.xz) = 99132f6b91c261ff08af39823112eae8a3ac67c59649dd14a1c489ebf4d416bc91d09611f88c7ca49e857ea83551703d749c6f8235ef69d8635a5d5f9a6d05b4
|
||||
SHA512 (kernel-abi-stablelists-6.16.11.tar.xz) = e067f3a06736d9b2ce582fa1d3ec302593d464f4b602ccd473d5e16112f22dd51955cabf10c7366b05e3df3c1567ba5c29af4e823a8cc08d4bacecbb49bc9329
|
||||
SHA512 (kernel-kabi-dw-6.16.11.tar.xz) = 3cfbe43064a50e9fd05c220b5da28c07d4e8ec98e65bf99f6f955012f32aac5a6c3619ce1158496e368011567e8481f13d2173f81aa78f5aa32d7378041bb1a6
|
||||
SHA512 (linux-6.16.12.tar.xz) = a3a11ccc89063daea03ff8d7175b5b87153d07f3e70166f56971e12acb236d76c665d9d824b18b038fab917a7d9fa8db4924c7d1249a39de188e50b527a17d92
|
||||
SHA512 (kernel-abi-stablelists-6.16.12.tar.xz) = 1cb4347a627dc2704f4a2d2501d9673666fc2890711d1a0702fbcf9ec85bdadc32f64b857f796f90d1a5d5dc8920c4a7e08bb02d084d206f8477bffb0cac629e
|
||||
SHA512 (kernel-kabi-dw-6.16.12.tar.xz) = a27c83a96558a62c00d7b7b090e08a3317189e51ada1f82383ec87a62cffe4a287d194cb9de2713846c8ad3e2155b78ed2bb9ad580972e2a7166d94fb449cbe9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue