From 57b2b2a897967f93af42ae26abe28c23fe04ccf4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mar 05 2018 21:47:42 +0000 Subject: [PATCH 1/2] comps-sync: Blacklist gnome-boxes This is the only thing pulling in the virt stack to the host right now. Now, I expect a *lot* of people to end up pkglayering for libvirt. I personally use both `vagrant-libvirt` and `virt-manager` for example heavily. But we also want to support people who are either "pure containers", or do virt-in-containers (a totally sane and valid path!). Further, just like for most desktop apps, we don't want to be "in the way" for anyone who e.g. wants to use flatpak. Which one could also do for Boxes most likely with `qemu:///session` easily enough. Big picture, the host should start small by default. And we do expect people to use package layering and not feel bad about it! --- diff --git a/comps-sync-blacklist.yml b/comps-sync-blacklist.yml index fe5af8f..331f640 100644 --- a/comps-sync-blacklist.yml +++ b/comps-sync-blacklist.yml @@ -43,6 +43,7 @@ blacklist: - gnome-calendar - gnome-documents - gnome-photos + - gnome-boxes workstation-product: # We use rpm-ostree for the host - dnf diff --git a/fedora-workstation-base-pkgs.json b/fedora-workstation-base-pkgs.json index 6160a90..3413fed 100644 --- a/fedora-workstation-base-pkgs.json +++ b/fedora-workstation-base-pkgs.json @@ -87,7 +87,6 @@ "glx-utils", "gnome-backgrounds", "gnome-bluetooth", - "gnome-boxes", "gnome-calculator", "gnome-characters", "gnome-classic-session", From a82534b7a40eb6a047ff17313e3ec122aa3914bd Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mar 05 2018 21:50:05 +0000 Subject: [PATCH 2/2] atomic: Add origin-clients It's shrunk down to "just" 47MB, and I really think being able to `oc cluster up` out of the box is really important. It goes along with the "lots of container stuff by default" story that we have. --- diff --git a/fedora-atomic-workstation.json b/fedora-atomic-workstation.json index 457e848..4cbce8b 100644 --- a/fedora-atomic-workstation.json +++ b/fedora-atomic-workstation.json @@ -11,6 +11,7 @@ "flatpak", "atomic", "buildah", + "origin-clients", "git-core", "rpm-ostree", "podman",