kernel-6.6.10-100
* Fri Jan 05 2024 Augusto Caringi <acaringi@redhat.com> [6.6.10-0] - Linux v6.6.10 Resolves: Signed-off-by: Augusto Caringi <acaringi@redhat.com>
This commit is contained in:
parent
60624468dc
commit
a11d5d5b4c
3 changed files with 11 additions and 8 deletions
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.6.9
|
||||
%define specversion 6.6.9
|
||||
%define specrpmversion 6.6.10
|
||||
%define specversion 6.6.10
|
||||
%define patchversion 6.6
|
||||
%define pkgrelease 100
|
||||
%define kversion 6
|
||||
%define tarfile_release 6.6.9
|
||||
%define tarfile_release 6.6.10
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 6
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 100%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 6.6.9
|
||||
%define kabiversion 6.6.10
|
||||
|
||||
# If this variable is set to 1, a bpf selftests build failure will cause a
|
||||
# fatal kernel package build error
|
||||
|
|
@ -3709,6 +3709,9 @@ fi\
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Jan 05 2024 Augusto Caringi <acaringi@redhat.com> [6.6.10-0]
|
||||
- Linux v6.6.10
|
||||
|
||||
* Mon Jan 01 2024 Justin M. Forbes <jforbes@fedoraproject.org> [6.6.9-0]
|
||||
- ALSA: hda: cs35l41: Add notification support into component binding (Stefan Binding)
|
||||
- ALSA: hda: cs35l41: Support mute notifications for CS35L41 HDA (Stefan Binding)
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
42 files changed, 1132 insertions(+), 242 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 4d1d5e925bb2..b585d9d29b14 100644
|
||||
index 50a862316e15..f198c642bd8a 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
|
||||
|
|
|
|||
6
sources
6
sources
|
|
@ -1,5 +1,5 @@
|
|||
SHA512 (kernel-abi-stablelists-6.5.12.tar.bz2) = ea72bdfb5065f430c0b7076ba49f8fbc1b16f861dc4182f1ee5bc8a809f8f3103d97766e5719354f8163a77235a759a65cc7d4efc66e314dcc658ceda6a77016
|
||||
SHA512 (kernel-kabi-dw-6.5.12.tar.bz2) = 7fc7372de576d1f3602abe70483edf30cf635a6d4175261bb44e1b7d4b413bc045b1e2affc0dbe6bf710a7c10b4a5c26c7fd47d8b8e7fe4bee2a25e2fd80b13a
|
||||
SHA512 (linux-6.6.9.tar.xz) = f2ad72de2da40cb70f43ab00e1b47c0c535b47e249817e3e87aec6c01c1619d983db5a687b0c511b464ea4e3d8325833b71b14beffb6d0fcf30c4c48d4a4401f
|
||||
SHA512 (kernel-abi-stablelists-6.6.9.tar.xz) = 238cc09a722867457d735d0a93e85751c403c269ea8dda15a386d9af68cc56358e2d3e97f6801a82e89272faf6f55b3b7bb12b69a6a6cba170edfa94787810d7
|
||||
SHA512 (kernel-kabi-dw-6.6.9.tar.xz) = 8400f92baf383e044b1ce418892f0b342e5831a78b180118bc2c649eba834646505008dac1c9015a4801296a742013898b83989a8ecd4bd936e51134a8583a5f
|
||||
SHA512 (linux-6.6.10.tar.xz) = 07e385484f304dd1bc1ee2890bafae20a85e76a025c867e79e376d2c06c448b43a8778c127f1cfa13b4b9cf70b97879f665b4a0e95130222ca30121fc06c9858
|
||||
SHA512 (kernel-abi-stablelists-6.6.10.tar.xz) = 0e3a1bc9ec925ff692730630e5e554aeeff3711503328c98d6f6bc70866f8b27cc885520675084a6ef1ee917bfe1981e2b4933b1c447b7d122bd0c3e76cecec8
|
||||
SHA512 (kernel-kabi-dw-6.6.10.tar.xz) = 7dc63f4ab015c61416f5fd3f976b4d08337423966064710a4d78c4ce05ec57748a6bd4924579e198acb189788bc8db80389440db0c8822d645feb7f23c6691ec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue