hpsa: bring back deprecated PCI ids #CFHack #CFHack2024
mptsas: bring back deprecated PCI ids #CFHack #CFHack2024 megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024 qla2xxx: bring back deprecated PCI ids #CFHack #CFHack2024 qla4xxx: bring back deprecated PCI ids lpfc: bring back deprecated PCI ids be2iscsi: bring back deprecated PCI ids kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained Use AlmaLinux OS secure boot cert Debrand for AlmaLinux OS
This commit is contained in:
commit
7fde06670d
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
SOURCES/kernel-abi-stablelists-5.14.0-503.23.1.el9_5.tar.bz2
|
||||
SOURCES/kernel-kabi-dw-5.14.0-503.23.1.el9_5.tar.bz2
|
||||
SOURCES/linux-5.14.0-503.23.1.el9_5.tar.xz
|
||||
SOURCES/kernel-abi-stablelists-5.14.0-503.23.2.el9_5.tar.bz2
|
||||
SOURCES/kernel-kabi-dw-5.14.0-503.23.2.el9_5.tar.bz2
|
||||
SOURCES/linux-5.14.0-503.23.2.el9_5.tar.xz
|
||||
SOURCES/nvidiagpuoot001.x509
|
||||
SOURCES/olima1.x509
|
||||
SOURCES/olimaca1.x509
|
||||
|
@ -1,6 +1,6 @@
|
||||
55496215370bdd32b7c68cbaac2184a5eaff26ff SOURCES/kernel-abi-stablelists-5.14.0-503.23.1.el9_5.tar.bz2
|
||||
920e8782a187ed394bf3761e6ee44ce67dbaf90b SOURCES/kernel-kabi-dw-5.14.0-503.23.1.el9_5.tar.bz2
|
||||
be437b0c52798507d0a92ffbf5762ecd6f90e78e SOURCES/linux-5.14.0-503.23.1.el9_5.tar.xz
|
||||
e216f9b0c6e59a192948e2cad328bc7be78cb6e6 SOURCES/kernel-abi-stablelists-5.14.0-503.23.2.el9_5.tar.bz2
|
||||
7ef597f4a7870397d8a519d5c60e6b93061f8c7c SOURCES/kernel-kabi-dw-5.14.0-503.23.2.el9_5.tar.bz2
|
||||
927e54d8b1087f9b673e10e6984ba490113ec0bf SOURCES/linux-5.14.0-503.23.2.el9_5.tar.xz
|
||||
4fff8080e88afffc06d8ef5004db8d53bb21237f SOURCES/nvidiagpuoot001.x509
|
||||
706ae01dd14efa38f0f565a3706acac19c78df02 SOURCES/olima1.x509
|
||||
6e3f0d61414c0b50f48dc2d4c3b3cd024e1c3a43 SOURCES/olimaca1.x509
|
||||
|
@ -12,7 +12,7 @@ RHEL_MINOR = 5
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 503.23.1
|
||||
RHEL_RELEASE = 503.23.2
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
|
@ -1,3 +1,7 @@
|
||||
* Fri Feb 07 2025 Scott Weaver <scweaver@redhat.com> [5.14.0-503.23.2.el9_5]
|
||||
- media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format (CKI Backport Bot) [RHEL-78075 RHEL-69574] {CVE-2024-53104}
|
||||
Resolves: RHEL-78075
|
||||
|
||||
* Mon Jan 20 2025 Chao YE <cye@redhat.com> [5.14.0-503.23.1.el9_5]
|
||||
- printk: nbcon: Fix illegal RCU usage on thread wakeup (Derek Barbosa) [RHEL-73036]
|
||||
Resolves: RHEL-73036
|
||||
|
@ -165,15 +165,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 503.23.1
|
||||
%define pkgrelease 503.23.2
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-503.23.1.el9_5
|
||||
%define tarfile_release 5.14.0-503.23.2.el9_5
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 503.23.1%{?buildid}%{?dist}
|
||||
%define specrelease 503.23.2%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-503.23.1.el9_5
|
||||
%define kabiversion 5.14.0-503.23.2.el9_5
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -951,10 +951,10 @@ Source4002: gating.yaml
|
||||
|
||||
# AlmaLinux Source
|
||||
Source100: almalinuxdup1.x509
|
||||
Source101: almalinuxkpatch1.x509
|
||||
Source102: almalinuximaca1.x509
|
||||
Source103: almalinuxima.x509
|
||||
Source104: almalinuxima.x509
|
||||
Source102: almalinuximaca1.x509
|
||||
Source101: almalinuxkpatch1.x509
|
||||
|
||||
## Patches needed for building this package
|
||||
|
||||
@ -3795,7 +3795,7 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Feb 06 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-503.23.1
|
||||
* Wed Feb 12 2025 Andrei Lukoshko <alukoshko@almalinux.org> - 5.14.0-503.23.2
|
||||
- hpsa: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||
- mptsas: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||
- megaraid_sas: bring back deprecated PCI ids #CFHack #CFHack2024
|
||||
@ -3806,10 +3806,13 @@ fi
|
||||
- kernel/rh_messages.h: enable all disabled pci devices by moving to
|
||||
unmaintained
|
||||
|
||||
* Thu Feb 06 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-503.23.1
|
||||
* Wed Feb 12 2025 Eduard Abdullin <eabdullin@almalinux.org> - 5.14.0-503.23.2
|
||||
- Use AlmaLinux OS secure boot cert
|
||||
- Debrand for AlmaLinux OS
|
||||
|
||||
* Fri Feb 07 2025 Scott Weaver <scweaver@redhat.com> [5.14.0-503.23.2.el9_5]
|
||||
- media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format (CKI Backport Bot) [RHEL-78075 RHEL-69574] {CVE-2024-53104}
|
||||
|
||||
* Mon Jan 20 2025 Chao YE <cye@redhat.com> [5.14.0-503.23.1.el9_5]
|
||||
- printk: nbcon: Fix illegal RCU usage on thread wakeup (Derek Barbosa) [RHEL-73036]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user