From defab11740ff91ca6830cd3039c162f8d39bed02 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jul 26 2021 11:57:35 +0000 Subject: centos-kde-common: Manually specify deps for kde-desktop-environment group This works around an issue where the EPEL composition groups are being processed during the compose process in such a way that the base CentOS group dependencies specified are being silently dropped, which leads to groups that don't work correctly and create broken images. Hopefully, we won't have to keep this fix around forever... Reference: https://pagure.io/releng/issue/10228 --- diff --git a/centos-kde-common.ks b/centos-kde-common.ks index f881a6d..b1d8cfc 100644 --- a/centos-kde-common.ks +++ b/centos-kde-common.ks @@ -9,6 +9,17 @@ -@admin-tools +## Specify env-group deps to workaround pagureio:releng#10228 +@base-x +@standard +@core +@fonts +@multimedia +@networkmanager-submodules +@hardware-support +@print-client +@guest-desktop-agents + ### The KDE-Desktop ### fixes