#131 killall is missing in Silverblue
Closed by tpopela. Opened by tpopela.
tpopela/workstation-ostree-config f30  into  f30

Download 131.patch

It used to be pulled in as a dependency of GConf2, but it was recently
removed from there[0]. Now on regular Fedora Workstation install it's
being pulled in with GNOME Boxes:

liveuser@localhost-live ~]$ rpm -qf /usr/bin/killall
psmisc-23.1-5.fc30.x86_64
[liveuser@localhost-live ~]$ rpm -e --test psmisc
error: Failed dependencies:
psmisc is needed by (installed) glusterfs-fuse-6.0-0.1.rc0.fc30.x86_64
[liveuser@localhost-live ~]$ rpm -e --test glusterfs-fuse
error: Failed dependencies:
glusterfs-client >= 2.0.1 is needed by (installed) libvirt-daemon-driver-storage-gluster-5.0.0-3.fc30.x86_64
[liveuser@localhost-live ~]$ rpm -e --test libvirt-daemon-driver-storage-gluster
error: Failed dependencies:
libvirt-daemon-driver-storage-gluster = 5.0.0-3.fc30 is needed by (installed) libvirt-daemon-driver-storage-5.0.0-3.fc30.x86_64
[liveuser@localhost-live ~]$ rpm -e --test libvirt-daemon-driver-storage
error: Failed dependencies:
libvirt-daemon-driver-storage = 5.0.0-3.fc30 is needed by (installed) libvirt-daemon-kvm-5.0.0-3.fc30.x86_64
[liveuser@localhost-live ~]$ rpm -e --test libvirt-daemon-kvm
error: Failed dependencies:
libvirt-daemon-kvm is needed by (installed) gnome-boxes-3.31.90-2.fc30.x86_64
[liveuser@localhost-live ~]$ rpm -e --test gnome-boxes

but as the Boxes are expected to be distributed as Flatpak, they are not
in the default Silverblue installation. Thus it will be better to be
explicit about the killall dependency.

[0] - https://src.fedoraproject.org/rpms/GConf2/c/6668eba?branch=master

This change should probably go to comps first.

Thank you Colin. What would be the best group there? gnome-desktop one? I don't see a better fit from those that workstation is composed from:

  <groupid>base-x</groupid>
  <groupid>container-management</groupid>
  <groupid>core</groupid>
  <groupid>firefox</groupid>
  <groupid>fonts</groupid>
  <groupid>gnome-desktop</groupid>
  <groupid>guest-desktop-agents</groupid>
  <groupid>hardware-support</groupid>
  <groupid>libreoffice</groupid>
  <groupid>multimedia</groupid>
  <groupid>networkmanager-submodules</groupid>
  <groupid>printing</groupid>
  <groupid>workstation-product</groupid>

What would be the best group there? gnome-desktop one? I don't see a better fit from those that workstation is composed from:

workstation-product, I think. It has lsof, traceroute, etc.

Thank you Owen! Created https://pagure.io/fedora-comps/pull-request/378, thus closing this.

Pull-Request has been closed by tpopela

Metadata