From 2fa90816a249738b467bba60596d57ba2788ab04 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 30 Aug 2012 16:39:26 +0100 Subject: [PATCH] Switch to using libvirt as the backend for running the appliance. See: https://www.redhat.com/archives/libguestfs/2012-August/msg00070.html --- libguestfs.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libguestfs.spec b/libguestfs.spec index cd02b34..03a7a6e 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -717,7 +717,8 @@ EOF %endif %{configure} \ - --with-extra="fedora=%{fedora},release=%{release}" \ + --with-default-attach-method=libvirt \ + --with-extra="fedora=%{fedora},release=%{release},libvirt" \ --with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \ --enable-install-daemon \ %{extra} @@ -989,6 +990,8 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs %changelog * Thu Aug 30 2012 Richard W.M. Jones - 1:1.19.36-1 +- Switch to using libvirt as the backend for running the appliance. See: + https://www.redhat.com/archives/libguestfs/2012-August/msg00070.html - Use configure RPM macro instead of ./configure. * Wed Aug 29 2012 Richard W.M. Jones - 1:1.19.35-1