kernel-6.12.9-200
* Thu Jan 09 2025 Augusto Caringi <acaringi@redhat.com> [6.12.9-0] - Linux v6.12.9 Resolves: Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
parent
c5d92a53ba
commit
982486782c
@ -1,3 +1,7 @@
|
||||
* Thu Jan 09 2025 Augusto Caringi <acaringi@redhat.com> [6.12.9-0]
|
||||
- Linux v6.12.9
|
||||
Resolves:
|
||||
|
||||
* Thu Jan 02 2025 Augusto Caringi <acaringi@redhat.com> [6.12.8-0]
|
||||
- Fix up last of fallout from ZRAM Backend churn (Justin M. Forbes)
|
||||
- Add more missing config items for ZRAM backend (Justin M. Forbes)
|
||||
|
11
kernel.spec
11
kernel.spec
@ -159,18 +159,18 @@ Summary: The Linux kernel
|
||||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
# define buildid .local
|
||||
%define specrpmversion 6.12.8
|
||||
%define specversion 6.12.8
|
||||
%define specrpmversion 6.12.9
|
||||
%define specversion 6.12.9
|
||||
%define patchversion 6.12
|
||||
%define pkgrelease 200
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.12.8
|
||||
%define tarfile_release 6.12.9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 12
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 200%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.12.8
|
||||
%define kabiversion 6.12.9
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -4164,6 +4164,9 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Jan 09 2025 Augusto Caringi <acaringi@redhat.com> [6.12.9-0]
|
||||
- Linux v6.12.9
|
||||
|
||||
* Thu Jan 02 2025 Augusto Caringi <acaringi@redhat.com> [6.12.8-0]
|
||||
- Fix up last of fallout from ZRAM Backend churn (Justin M. Forbes)
|
||||
- Add more missing config items for ZRAM backend (Justin M. Forbes)
|
||||
|
@ -58,7 +58,7 @@
|
||||
57 files changed, 3004 insertions(+), 262 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 8a10105c2539..3f89ecfaf92b 100644
|
||||
index 80151f53d8ee..de82ce915319 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-6.12.8.tar.xz) = 0ad32c707b6dd1267a75167082a283ec198c7a5e2441134674905154d835abf49c77ca906d5655a7a951670398ee4c2a230f23dc7759faf2d87d6952ac858812
|
||||
SHA512 (kernel-abi-stablelists-6.12.8.tar.xz) = c2703057302e2d4ec1d9559a52b9f01b05bef73f24ab2f87794bf7fab028b144f6ff0c3c0146dcf4e0a0505227f5b277288b3f943d8b58396a8a377fabff4ded
|
||||
SHA512 (kernel-kabi-dw-6.12.8.tar.xz) = e2a370a03514e65e330bbaba68b198bac8f002318e7f4485678fb43def9f7823912261fb1f6e212832ef5327f0dcca2c5b0db8fbf3a56d0d367f6627f81812e2
|
||||
SHA512 (linux-6.12.9.tar.xz) = aadf4b0660a8d75993ab624aeac072e125dbfefb36a109b7aa26dbb0664fff738ed8734e4d1dccb5db09532a1c77b3b4c4b4bd292128556be870636daf344768
|
||||
SHA512 (kernel-abi-stablelists-6.12.9.tar.xz) = 9dd539d1dc779f87f925169d020b859d3d68a29dde46248d933faec91648b3719b42c6ad67ee080b259b3f5ab9b461630ab26060fec6073014452387800d989e
|
||||
SHA512 (kernel-kabi-dw-6.12.9.tar.xz) = ae7073363b8f9a94eb4d832f9a2ec685f70ab234630573d2b1338eda10aac76e5552e689b9a714e2e2d48901e580e3de0718641ec38924d63b32c0223e206d33
|
||||
|
Loading…
Reference in New Issue
Block a user