kernel-6.17.12-200
* Sat Dec 13 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.17.12-0] - Linux v6.17.12 Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
9036b0db74
commit
38c8c42e87
4 changed files with 15 additions and 8 deletions
|
|
@ -1,3 +1,7 @@
|
|||
* Sat Dec 13 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.17.12-0]
|
||||
- Linux v6.17.12
|
||||
Resolves:
|
||||
|
||||
* Mon Dec 08 2025 Augusto Caringi <acaringi@redhat.com> [6.17.11-0]
|
||||
- Fix up config issue related to CONFIG_SCHED_PROXY_EXEC (Augusto Caringi)
|
||||
- Prepare for F41 EOL (Justin M. Forbes)
|
||||
|
|
|
|||
11
kernel.spec
11
kernel.spec
|
|
@ -173,18 +173,18 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
# define buildid .local
|
||||
%define specrpmversion 6.17.11
|
||||
%define specversion 6.17.11
|
||||
%define specrpmversion 6.17.12
|
||||
%define specversion 6.17.12
|
||||
%define patchversion 6.17
|
||||
%define pkgrelease 200
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.17.11
|
||||
%define tarfile_release 6.17.12
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 17
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 200%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.17.11
|
||||
%define kabiversion 6.17.12
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
|
|
@ -4383,6 +4383,9 @@ fi\
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Sat Dec 13 2025 Justin M. Forbes <jforbes@fedoraproject.org> [6.17.12-0]
|
||||
- Linux v6.17.12
|
||||
|
||||
* Mon Dec 08 2025 Augusto Caringi <acaringi@redhat.com> [6.17.11-0]
|
||||
- Fix up config issue related to CONFIG_SCHED_PROXY_EXEC (Augusto Caringi)
|
||||
- Prepare for F41 EOL (Justin M. Forbes)
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ index 97d958c945e4f..c7e27e2edfe45 100644
|
|||
M: David E. Box <david.e.box@linux.intel.com>
|
||||
S: Supported
|
||||
diff --git a/Makefile b/Makefile
|
||||
index d977c277e44ff..b0a3f090f42d7 100644
|
||||
index 49052b0058545..1158dc6ba7777 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -355,6 +355,17 @@ ifneq ($(filter install,$(MAKECMDGOALS)),)
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,3 +1,3 @@
|
|||
SHA512 (linux-6.17.11.tar.xz) = 6989c192e8861a873791fe806fc2f7df998327a5f9c7afb2828a0a26f573683b836bea9dd8410980fdf9b959776c797e8a43e1faa452e98b2663e752abb6bd56
|
||||
SHA512 (kernel-abi-stablelists-6.17.11.tar.xz) = b1bfd5997c3b526a87207a811b73d439cb87d89ba4905ce05e3405d3309592cf22f9f9926b84366f2490c6f76378f450580e720990c407b045c8f4edf14fec3d
|
||||
SHA512 (kernel-kabi-dw-6.17.11.tar.xz) = 28ee5f0e47af8f71316feb93bc92034787ad5e4b617eb7b2fe54c2bdbdfd197c078d1db710c52226e5516b129d2ef1c6399ed41f55726554c209d1d86e908794
|
||||
SHA512 (linux-6.17.12.tar.xz) = 31c1c9c9426cc584414eaa0c9c68cc8575c5df5b5e71f714009e4695c9a89ee66cf60e513befcd8c9f6a4c5284c33cd3e68c7f1cece3144f96efcd915bbb8bb4
|
||||
SHA512 (kernel-abi-stablelists-6.17.12.tar.xz) = 4a0423a599945d9cdcc62bed26656f1cdbaa2cd30938cbedc95738a025f7cdc7b5d636d9aa39b53dd5264b249c37985f93bc1386e2e615510c72ed98161f3322
|
||||
SHA512 (kernel-kabi-dw-6.17.12.tar.xz) = 8e3893a628b69b91c5f976dd8853ea1a5a3c83eb6cc19c5f4dd952ae979262b52eeba7377fa4535fccb7bcb38bb0a26c8647cccae3fbc4068d369a7e7280a2fc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue