diff options
| author | 2025-12-08 10:54:02 -0500 | |
|---|---|---|
| committer | 2025-12-08 10:56:07 -0500 | |
| commit | b6d7ae177da96ac9d472a1309b96ae9514ba749f (patch) | |
| tree | 9dab5969d49d539b3efd6ac5801583048506c9a0 /teams/lxde.xml | |
| parent | d05461daa7889fac96c2e193f673819029f6998a (diff) | |
| download | kiwi-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.
Diffstat (limited to 'teams/lxde.xml')
| -rw-r--r-- | teams/lxde.xml | 2 |
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> |