blob: 17ffc365977cf8b37117195bea414c174142d1ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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"/>
<!-- space saving, see https://bugzilla.redhat.com/show_bug.cgi?id=2360056#c45 -->
<ignore name="python3-boto3"/>
</packages>
</image>
|