kernel-6.11.6-300
* Fri Nov 01 2024 Augusto Caringi <acaringi@redhat.com> [6.11.6-0] - Linux v6.11.6 Resolves: Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
parent
91b4715a2f
commit
957447b4f8
@ -1,3 +1,7 @@
|
||||
* Fri Nov 01 2024 Augusto Caringi <acaringi@redhat.com> [6.11.6-0]
|
||||
- Linux v6.11.6
|
||||
Resolves:
|
||||
|
||||
* Tue Oct 22 2024 Augusto Caringi <acaringi@redhat.com> [6.11.5-0]
|
||||
- Revert "fedora/configs: enable GPIO expander drivers" (Justin M. Forbes)
|
||||
- Add bluetooth bzs to BugsFixed (Justin M. Forbes)
|
||||
|
11
kernel.spec
11
kernel.spec
@ -160,18 +160,18 @@ Summary: The Linux kernel
|
||||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 1
|
||||
# define buildid .local
|
||||
%define specrpmversion 6.11.5
|
||||
%define specversion 6.11.5
|
||||
%define specrpmversion 6.11.6
|
||||
%define specversion 6.11.6
|
||||
%define patchversion 6.11
|
||||
%define pkgrelease 300
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.11.5
|
||||
%define tarfile_release 6.11.6
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 11
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 300%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.11.5
|
||||
%define kabiversion 6.11.6
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
@ -4128,6 +4128,9 @@ fi\
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Nov 01 2024 Augusto Caringi <acaringi@redhat.com> [6.11.6-0]
|
||||
- Linux v6.11.6
|
||||
|
||||
* Tue Oct 22 2024 Augusto Caringi <acaringi@redhat.com> [6.11.5-0]
|
||||
- Revert "fedora/configs: enable GPIO expander drivers" (Justin M. Forbes)
|
||||
- Add bluetooth bzs to BugsFixed (Justin M. Forbes)
|
||||
|
@ -48,7 +48,7 @@
|
||||
47 files changed, 1020 insertions(+), 240 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 687ce7aee67a7..47e5d15bc9d22 100644
|
||||
index 318a5d60088e0..11471699fb194 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
|
||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-6.11.5.tar.xz) = 7439e2711d487c2951256ecd14c0023f1a9347f5d526b54ef79e574e8753fe5473338a0c65d95b84a51d2ab3a52611d2fd7c34cd8e47e36a9037b1d1ace5e3b7
|
||||
SHA512 (kernel-abi-stablelists-6.11.5.tar.xz) = ba3305f11f47add2704b4c80f47a3d457bbe43f855cef48d8a6fb40f3f14db48572d3b7ef9e67b39730acb8c9fb402c1502fbca63076f44b4eee138cd6158f0a
|
||||
SHA512 (kernel-kabi-dw-6.11.5.tar.xz) = c3dd533a5875451784838482b6dfa073731a01c77b8e1072b436bc21d309588ebc2618ab762f13c1c92f275e1a742745134791378713a540e9cb7964ee7c5bc3
|
||||
SHA512 (linux-6.11.6.tar.xz) = e882861b01e3808879d42fc6b3190fbcf27b5eba438a77b71a2f29de31af2fe9f048c50cbfc6c7fb92a717fe55f91cf3af951ffebc9af7d36b1e5ac42b8ec0b3
|
||||
SHA512 (kernel-abi-stablelists-6.11.6.tar.xz) = c36397ab093af834160327860b8a3140ae08d5f0d1d3d0a29c576a561200fc7984563d216acad4efc9cc757fc6984d41476bc60b0f2ba8a4a2a4d8d9ed8579d1
|
||||
SHA512 (kernel-kabi-dw-6.11.6.tar.xz) = de8f531db663d6c1dee2f1924b7f08872f65f133a893b964d5bc59269381ad77957af8cd3d2a06c59935128a49bdd4a74c987a63b32acba8acaf96fcbbb925c7
|
||||
|
Loading…
Reference in New Issue
Block a user