mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-23 18:43:07 +00:00
trivial: Fix example downstream spec file
This commit is contained in:
parent
492563d5f2
commit
57af867fab
@ -37,6 +37,11 @@
|
||||
%global have_dell 1
|
||||
%endif
|
||||
|
||||
# AMD PSP is only available on x86
|
||||
%ifarch x86_64
|
||||
%global have_pci_psp 1
|
||||
%endif
|
||||
|
||||
# only available recently
|
||||
%if 0%{?fedora} >= 30
|
||||
%global have_modem_manager 1
|
||||
@ -455,6 +460,8 @@ done
|
||||
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_acpi_dmar.so
|
||||
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_acpi_ivrs.so
|
||||
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_msr.so
|
||||
%endif
|
||||
%if 0%{?have_pci_psp}
|
||||
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_pci_psp.so
|
||||
%endif
|
||||
%{_libdir}/fwupd-plugins-%{fwupdplugin_version}/libfu_plugin_mtd.so
|
||||
|
Loading…
Reference in New Issue
Block a user