From bf0128a78fc099045069323ffee900160c4530d4 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 12 Sep 2017 14:31:54 +0000 Subject: [PATCH] manifest: add libvirt-client I found it odd that libvirtd was included but not libvirt-client. Since `virsh` is the canonical way of managing libvirtd resources, I think we should include it by default. --- fedora-ostree-workstation.json | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora-ostree-workstation.json b/fedora-ostree-workstation.json index 79f3990..3053687 100644 --- a/fedora-ostree-workstation.json +++ b/fedora-ostree-workstation.json @@ -236,6 +236,7 @@ "libvirt-daemon-driver-secret", "libvirt-daemon-driver-storage", "libvirt-daemon-kvm", + "libvirt-client", "libvirt-gconfig", "libvirt-glib", "libvirt-gobject",