From: Martin Pitt <martin@piware.de>
Date: Thu, 25 Jul 2019 12:53:20 +0000 (+0200)
Subject: build-devtoolbox: Drop libguestfs-tools-c
X-Git-Url: https://piware.de/gitweb/?a=commitdiff_plain;h=9ba27f009fe2c70ac1d6dc0044a8b2cf8a9da1e2;p=bin.git

build-devtoolbox: Drop libguestfs-tools-c

This pulls in SELinux, kernel, and lots of other stuff that actually
breaks toolbox: dnf install stops working, libvirtd doesn't start up,
etc.

So for the time being, Cockpit image creation has to happen in mock.
---

diff --git a/build-devtoolbox b/build-devtoolbox
index cfe4d71..b6d6087 100755
--- a/build-devtoolbox
+++ b/build-devtoolbox
@@ -24,7 +24,7 @@ sudo update-ca-trust
 sudo dnf builddep -y cockpit
 sudo dnf install -y make npm fontconfig git valgrind chromium-headless \
     libvirt-daemon-kvm libvirt-client python3-libvirt \
-    virt-viewer libguestfs-tools-c libappstream-glib \
+    virt-viewer libappstream-glib \
     expect python3-pycodestyle python3-pyflakes \
     fedpkg rhpkg /usr/bin/oc /usr/bin/genisoimage \
     man-pages socat wget genisoimage vim-enhanced \