diff options
Diffstat (limited to 'components/desktops/gnome.xml')
| -rw-r--r-- | components/desktops/gnome.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/components/desktops/gnome.xml b/components/desktops/gnome.xml new file mode 100644 index 0000000..f0836ed --- /dev/null +++ b/components/desktops/gnome.xml @@ -0,0 +1,13 @@ +<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> |