This is principally to avoid confusion as the DesktopCommon profile is defined in one place and used across the board. No functional changes.
12 lines
362 B
XML
12 lines
362 B
XML
<image>
|
|
<profiles>
|
|
<profile name="GNOME-Desktop" description="GNOME Desktop">
|
|
<requires profile="DesktopCommon"/>
|
|
</profile>
|
|
</profiles>
|
|
<packages type="image" patternType="plusRecommended" profiles="GNOME-Desktop">
|
|
<!-- install env-group to resolve RhBug:1891500 -->
|
|
<namedCollection name="workstation-product-environment"/>
|
|
</packages>
|
|
</image>
|