Add workaround for broken libvirt (RHBZ#1598440).
This commit is contained in:
parent
b39011cce0
commit
9bbeddb9f5
@ -518,6 +518,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
|
||||
# Workaround for broken libvirt (RHBZ#1138604).
|
||||
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).
|
||||
export LIBGUESTFS_DEBUG=1
|
||||
export LIBGUESTFS_TRACE=1
|
||||
|
Loading…
Reference in New Issue
Block a user