From 2e56ff998e940483939ff81746ab6fdbf0188515 Mon Sep 17 00:00:00 2001 From: "Unniche, BasavarajX" Date: Tue, 6 Jan 2026 10:03:14 +0530 Subject: [PATCH] specify correct package file as value to symlink. - modify target value of symlink to point installed - version of ice ddp package. Signed-off-by: Unniche, BasavarajX --- SPECS/linux-firmware/linux-firmware.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/SPECS/linux-firmware/linux-firmware.spec b/SPECS/linux-firmware/linux-firmware.spec index 477cce2c20..13439163a3 100644 --- a/SPECS/linux-firmware/linux-firmware.spec +++ b/SPECS/linux-firmware/linux-firmware.spec @@ -1,7 +1,7 @@ Summary: Linux Firmware Name: linux-firmware Version: 20250509 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL+ AND GPLv2+ AND MIT AND Redistributable, no modification permitted Vendor: Intel Corporation Distribution: Edge Microvisor Toolkit @@ -101,7 +101,8 @@ cp iwlwifi-ma-b0-gf-a0.pnvm %{buildroot}%{_firmwarepath} cp iwlwifi-ty-a0-gf-a0-89.ucode %{buildroot}%{_firmwarepath} cp iwlwifi-ty-a0-gf-a0.pnvm %{buildroot}%{_firmwarepath} cp qat*.bin %{buildroot}%{_firmwarepath} -ln -sf intel/ice/ddp/ice-*.pkg %{buildroot}%{_firmwarepath}/intel/ice/ddp/ice.pkg +# While upgrading, check the ice version and update accordingly +ln -sf ice-1.3.41.0.pkg %{buildroot}%{_firmwarepath}/intel/ice/ddp/ice.pkg %post qat dracut --force @@ -193,6 +194,9 @@ dracut --force %{_firmwarepath}/qat_c62x_mmp.bin %changelog +* Mon Jan 05 2026 Basavarajx unniche - 20250509-5 +- modify target value of symlink to point ice package. + * Mon Nov 24 2025 Basavarajx unniche - 20250509-4 - created sym link for ice, as per README of intel ice DDP package.