From d2d70b9154afaec32132d67b63d008af99cd4670 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 21 Jan 2014 16:30:00 +0000 Subject: [PATCH] fedostree/products: Add @standard to workstation groups Otherwise we have a system without "less", which is hardly a workstation. --- fedostree/products.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fedostree/products.json b/fedostree/products.json index 8c541f6e..93086d29 100644 --- a/fedostree/products.json +++ b/fedostree/products.json @@ -31,9 +31,9 @@ }, "workstation": { - "gnome/core": { "packages": ["@gnome-desktop"] }, - "gnome/basic": { "packages": ["@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice"] }, - "gnome/development+virt": { "packages": ["@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice", "@virtualization", "@development-tools"] } + "gnome/core": { "packages": ["@standard", "@gnome-desktop"] }, + "gnome/basic": { "packages": ["@standard", "@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice"] }, + "gnome/development-virt": { "packages": ["@standard", "@gnome-desktop", "@firefox", "@gnome-games", "@libreoffice", "@virtualization", "@development-tools"] } } } }