diff --git a/plugins/redfish/fu-plugin-redfish.c b/plugins/redfish/fu-plugin-redfish.c index dd8fcb1d0..ee29a970f 100644 --- a/plugins/redfish/fu-plugin-redfish.c +++ b/plugins/redfish/fu-plugin-redfish.c @@ -40,8 +40,10 @@ fu_plugin_coldplug (FuPlugin *plugin, GError **error) } /* this is no longer relevant */ - if (devices->len > 0) + if (devices->len > 0) { + fu_plugin_add_rule(plugin, FU_PLUGIN_RULE_CONFLICTS, "bios"); fu_plugin_add_rule(plugin, FU_PLUGIN_RULE_CONFLICTS, "uefi_capsule"); + } return TRUE; }