You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
669 B
16 lines
669 B
diff --git a/plugins/fedora-langpacks/gs-plugin-fedora-langpacks.c b/plugins/fedora-langpacks/gs-plugin-fedora-langpacks.c
|
|
index ae91005bed..39780cc061 100644
|
|
--- a/plugins/fedora-langpacks/gs-plugin-fedora-langpacks.c
|
|
+++ b/plugins/fedora-langpacks/gs-plugin-fedora-langpacks.c
|
|
@@ -30,7 +30,8 @@ gs_plugin_fedora_langpacks_init (GsPluginFedoraLangpacks *self)
|
|
GsPlugin *plugin = GS_PLUGIN (self);
|
|
|
|
/* this plugin should be fedora specific */
|
|
- if (!gs_plugin_check_distro_id (plugin, "fedora")) {
|
|
+ if (!gs_plugin_check_distro_id (plugin, "fedora") &&
|
|
+ !gs_plugin_check_distro_id (plugin, "rhel")) {
|
|
gs_plugin_set_enabled (plugin, FALSE);
|
|
return;
|
|
}
|
|
|