From df1dcb98e3bb741e8bb8e1f7fe8133751bad2b69 Mon Sep 17 00:00:00 2001 From: Andrei Lukoshko Date: Sat, 24 May 2025 15:12:45 +0000 Subject: [PATCH] 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 --- almalinuxnvidia1.x509 | Bin 0 -> 992 bytes kernel.spec | 8 +++++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 almalinuxnvidia1.x509 diff --git a/almalinuxnvidia1.x509 b/almalinuxnvidia1.x509 new file mode 100644 index 0000000000000000000000000000000000000000..eb6248fc7b782d7ecae0f5fc46049c0d348874fa GIT binary patch literal 992 zcmXqLV!mV0#B^iS*(+s|eByS>zamyJ`a&724_sPGH(bn$dl@Xb#t%}G^ob~KO^=QT1lFf}qUG%+?X zFpL6n&5*bT#nf|;hJhNyJ@UBR6P%fzmzkGt(8Q>O94?Hk49rc8{0u;GE~X|%Muzzp zUO3JDuH=#1Qzl!+D6%VF<(Pw=T%P%3Nu5~5S%T}Hi?uRq2cGi2DLqlf;B8Bt^j`mG z^(N61Y-fIMU#+x%=0%&G7uHDL@QChxllp9_HZPydww#@No+$*p;o&LnSLzB$p z-7Kw7+;m|=YHZ1oUz|FA#o`5yZ`lJkUhg~Qp73c|lIV-|?Y;+E9~FMISfqEXYE?z% zU%_6Mx?7*+3Og0g|LNv_WB$=&Z5h)Idnd6AzjhV=d3pTdJ=E_;2I_~av+N)o3@ zc;sBoVqVL{%*epFxX>WqKpq&PvdSzH24W2&N7mT8SZy(9nr!DQk2i%io?lwuccw{3MXFm{$TKH~3qkp2J9 zcLIAWc9!=}Ua_)-p^xpui_m@ZPqIfUd^ozOE=KpryWbY;_q}MUp}mHL78uXY~Sz k<(|s@KQTuX9%)T$yRhna+wz3h3{v}K+&R+Hy?7@90G#r4nE(I) literal 0 HcmV?d00001 diff --git a/kernel.spec b/kernel.spec index 6faac9357..6a0722866 100644 --- a/kernel.spec +++ b/kernel.spec @@ -1103,6 +1103,7 @@ Source103: almalinuximaca1.x509 Source104: almalinuxima.x509 Source105: almalinuxima.x509 Source106: almalinuxima.x509 +Source107: almalinuxnvidia1.x509 ## Patches needed for building this package @@ -2102,7 +2103,8 @@ done openssl x509 -inform der -in %{SOURCE100} -out rheldup3.pem openssl x509 -inform der -in %{SOURCE101} -out rhelkpatch1.pem openssl x509 -inform der -in %{SOURCE102} -out nvidiagpuoot001.pem -cat rheldup3.pem rhelkpatch1.pem nvidiagpuoot001.pem > ../certs/rhel.pem +openssl x509 -inform der -in %{SOURCE107} -out almalinuxnvidia.pem +cat rheldup3.pem rhelkpatch1.pem nvidiagpuoot001.pem almalinuxnvidia.pem > ../certs/rhel.pem %if %{signkernel} %ifarch s390x ppc64le openssl x509 -inform der -in %{secureboot_ca_0} -out secureboot.pem @@ -4355,7 +4357,7 @@ fi\ # # %changelog -* Mon May 19 2025 Andrei Lukoshko - 6.12.0-55.9.1 +* Sat May 24 2025 Andrei Lukoshko - 6.12.0-55.9.1 - 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 @@ -4366,7 +4368,7 @@ fi\ - kernel/rh_messages.h: enable all disabled pci devices by moving to unmaintained -* Mon May 19 2025 Eduard Abdullin - 6.12.0-55.9.1 +* Sat May 24 2025 Eduard Abdullin - 6.12.0-55.9.1 - Use AlmaLinux OS secure boot cert - Debrand for AlmaLinux OS