7497716476
This realigns the configuration into separate files/folders that would be modified by specific teams (e.g. WGs and SIGs).
14 lines
481 B
XML
14 lines
481 B
XML
<image>
|
|
<profiles>
|
|
<profile name="DesktopCommon" description="Common desktop packages"/>
|
|
<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"/>
|
|
<package name="fedora-release-workstation"/>
|
|
</packages>
|
|
</image>
|