Fix qcom-firmware's misplaced symlinks
a300_pfp.fw.xz -> qcom/a300_pfp.fw.xz a300_pm4.fw.xz -> qcom/a300_pm4.fw.xz links are in linux-firmware. Move to qcom-firmware. Resolves: RHEL-45213 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
049cc02990
commit
6bd3011e61
@ -401,6 +401,8 @@ sed \
|
||||
-i -e '/^nxp/d' \
|
||||
-i -e '/^qca/d' \
|
||||
-i -e '/^qcom/d' \
|
||||
-i -e '/^a300_pfp.fw/d' \
|
||||
-i -e '/^a300_pm4.fw/d' \
|
||||
-i -e '/^radeon/d' \
|
||||
-i -e '/^rtl_bt/d' \
|
||||
-i -e '/^rtlwifi/d' \
|
||||
@ -565,6 +567,9 @@ sed -e 's/^/%%dir /' linux-firmware.dirs >> linux-firmware.files
|
||||
%license LICENSE.qcom LICENSE.qcom_yamato qcom/NOTICE.txt
|
||||
%dir %{_firmwarepath}/qcom
|
||||
%{_firmwarepath}/qcom/*
|
||||
%{_firmwarepath}/a300_pfp.fw*
|
||||
%{_firmwarepath}/a300_pm4.fw*
|
||||
# ^^^ these two are compat symlinks to qcom/* files
|
||||
|
||||
# Vision and ISP hardware
|
||||
%files -n intel-vsc-firmware
|
||||
|
Loading…
Reference in New Issue
Block a user