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.
This commit is contained in:
Neal Gompa
2025-12-08 10:56:07 -05:00
parent d05461daa7
commit b6d7ae177d
+2
View File
@@ -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>