From 066fabeb7d14b756efacccc7f1386e1df841f9ba Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Fri, 11 Jul 2025 17:07:47 +0800 Subject: [PATCH] 20250708 (cherry picked from commit ed5544b75c9f7f51be12f6f605dcc47eab2abea1) --- ...7.tar.xz => linux-firmware-20250708.tar.xz | 4 ++-- linux-firmware.spec | 21 +++++++++++++++++-- 2 files changed, 21 insertions(+), 4 deletions(-) rename linux-firmware-20250627.tar.xz => linux-firmware-20250708.tar.xz (32%) diff --git a/linux-firmware-20250627.tar.xz b/linux-firmware-20250708.tar.xz similarity index 32% rename from linux-firmware-20250627.tar.xz rename to linux-firmware-20250708.tar.xz index 989b424..997283a 100644 --- a/linux-firmware-20250627.tar.xz +++ b/linux-firmware-20250708.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:edefb1d2a538367abf9558802fee3cd135ebb19a4a5890c8eefb3416a92a6b89 -size 530935152 +oid sha256:6f3efee7f600c201f9b2d675889a4ccdb8cfe56e0d283641796ed10e64c72047 +size 530333772 diff --git a/linux-firmware.spec b/linux-firmware.spec index 06a2a46..7e9f429 100644 --- a/linux-firmware.spec +++ b/linux-firmware.spec @@ -3,7 +3,7 @@ %global _lib_path /usr/lib/firmware Name: linux-firmware -Version: 20250627 +Version: 20250708 Release: 1 Summary: Firmware files used by the Linux kernel License: GPL-1.0-or-later AND GPL-2.0-or-later AND MIT and Redistributable, no modification permitted @@ -27,11 +27,14 @@ Obsoletes: cx18-firmware < 20080628-10 Conflicts: microcode_ctl < 2.1-0 BuildRequires: git BuildRequires: python3 +# for qcom/qcm2290/wlanmdsp.mbn.zst +Requires: %{name}-ath = %{version} +# for brcm/brcmfmac43012-sdio.bin.zst +Requires: %{name}-cypress = %{version} %description This package contains firmware images required by some devices. - %package ath Summary: Firmware files used by the ath Conflicts: linux-firmware < 20240909 @@ -57,6 +60,7 @@ This package contains firmware images required by some devices. %package mediatek Summary: Firmware files used by the mediatek +Conflicts: %{name} < 20250708 %description mediatek This package contains firmware images required by some devices. @@ -162,13 +166,19 @@ popd %exclude %{_lib_path}/ar3k %exclude %{_lib_path}/ath* %exclude %{_lib_path}/libertas + %exclude %{_lib_path}/mediatek +%exclude %{_lib_path}/mt76* +%exclude %{_lib_path}/vpu_d.bin* +%exclude %{_lib_path}/vpu_p.bin* + %exclude %{_lib_path}/mrvl %exclude %{_lib_path}/netronome %exclude %{_lib_path}/cypress %exclude %{_lib_path}/ti-connectivity %exclude %{_lib_path}/iwlwifi* + %files ath %license LICENCE.atheros_firmware %{_lib_path}/ar3k @@ -185,6 +195,9 @@ popd %files mediatek %license LICENCE.mediatek LICENCE.ralink_a_mediatek_company_firmware %{_lib_path}/mediatek +%{_lib_path}/mt76* +%{_lib_path}/vpu_d.bin* +%{_lib_path}/vpu_p.bin* %files mrvl %license LICENCE.Marvell @@ -203,6 +216,10 @@ popd %{_lib_path}/ti-connectivity %changelog +* Fri Jul 11 2025 Funda Wang - 20250708-1 +- update to 20250708 +- fix broken symlinks + * Sun Jun 29 2025 Funda Wang - 20250627-1 - update to 20250627 -- Gitee