aboutsummaryrefslogtreecommitdiff
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-12-08 10:54:02 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-12-08 10:56:07 -0500
commitb6d7ae177da96ac9d472a1309b96ae9514ba749f (patch)
tree9dab5969d49d539b3efd6ac5801583048506c9a0
parentd05461daa7889fac96c2e193f673819029f6998a (diff)
downloadkiwi-descriptions-b6d7ae177da96ac9d472a1309b96ae9514ba749f.tar.gz
kiwi-descriptions-b6d7ae177da96ac9d472a1309b96ae9514ba749f.zip
teams/lxde: Do not request nonexistent fedora-release-lxde
The Fedora LXDE spin does not have a fedora-release variant, so the image build fails when trying to request one. This is an error in fedora-release and will (hopefully) be eventually fixed. For now, disable the block requesting it so we can restore it later.
-rw-r--r--teams/lxde.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/teams/lxde.xml b/teams/lxde.xml
index 55f3524..54a82b5 100644
--- a/teams/lxde.xml
+++ b/teams/lxde.xml
@@ -9,7 +9,9 @@
<requires profile="BootDiskCore"/>
</profile>
</profiles>
+ <!-- fedora-release-lxde does not exist yet... cf. https://bugzilla.redhat.com/2420045
<packages type="bootstrap" patternType="plusRecommended" profiles="LXDE-Live,LXDE-Disk">
<package name="fedora-release-lxde"/>
</packages>
+ -->
</image>