Add workaround for broken libvirt (RHBZ#1598440).

This commit is contained in:
Richard W.M. Jones 2018-07-06 12:37:42 +01:00
parent b39011cce0
commit 9bbeddb9f5

View File

@ -518,6 +518,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
# Workaround for broken libvirt (RHBZ#1138604). # Workaround for broken libvirt (RHBZ#1138604).
mkdir -p $HOME/.cache/libvirt mkdir -p $HOME/.cache/libvirt
# Workaround for broken libvirt (RHBZ#1598440).
export LIBGUESTFS_BACKEND=direct
# Make sure we can see the debug messages (RHBZ#1230160). # Make sure we can see the debug messages (RHBZ#1230160).
export LIBGUESTFS_DEBUG=1 export LIBGUESTFS_DEBUG=1
export LIBGUESTFS_TRACE=1 export LIBGUESTFS_TRACE=1