[gnome-software] trivial: Order generic-updates and provenance to run after rpm-ostree
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Order generic-updates and provenance to run after rpm-ostree
- Date: Sun, 24 Feb 2019 16:45:31 +0000 (UTC)
commit bc59e43392df240f103596b16061074a94479f28
Author: Kalev Lember <klember redhat com>
Date: Sun Feb 24 17:39:41 2019 +0100
trivial: Order generic-updates and provenance to run after rpm-ostree
... similar to how they run after packagekit.
plugins/core/gs-plugin-generic-updates.c | 1 +
plugins/core/gs-plugin-provenance.c | 1 +
2 files changed, 2 insertions(+)
---
diff --git a/plugins/core/gs-plugin-generic-updates.c b/plugins/core/gs-plugin-generic-updates.c
index 5fc7ad9f..693074ed 100644
--- a/plugins/core/gs-plugin-generic-updates.c
+++ b/plugins/core/gs-plugin-generic-updates.c
@@ -15,6 +15,7 @@ gs_plugin_initialize (GsPlugin *plugin)
{
gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "appstream");
gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "packagekit-refine");
+ gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "rpm-ostree");
gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_BEFORE, "icons");
}
diff --git a/plugins/core/gs-plugin-provenance.c b/plugins/core/gs-plugin-provenance.c
index 596ac8e3..06cb5eb0 100644
--- a/plugins/core/gs-plugin-provenance.c
+++ b/plugins/core/gs-plugin-provenance.c
@@ -58,6 +58,7 @@ gs_plugin_initialize (GsPlugin *plugin)
/* after the package source is set */
gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "dummy");
gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "packagekit-refine");
+ gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "rpm-ostree");
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]