[libguestfs] Enable libvirt debugging.

Richard W.M. Jones rjones at fedoraproject.org
Sun Sep 1 20:15:01 UTC 2013


commit d2f7abe0ccee7145e416f372fb2a6e06b86cfce9
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sun Sep 1 21:14:45 2013 +0100

    Enable libvirt debugging.

 libguestfs.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index 37be7f7..e7d2875 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -12,7 +12,7 @@ Summary:       Access and modify virtual machine disk images
 Name:          libguestfs
 Epoch:         1
 Version:       1.23.20
-Release:       1%{?dist}
+Release:       2%{?dist}
 License:       LGPLv2+
 
 # Source and patches.
@@ -634,6 +634,9 @@ export LIBGUESTFS_DEBUG=1
 # output even when combined with trace (see RHBZ#673477).
 export LIBGUESTFS_TRACE=1
 
+# Enable libvirt debugging.
+export LIBVIRT_DEBUG=1
+
 # This test fails because we build the ISO after encoding the checksum
 # of the ISO in the test itself.  Need to fix the test to work out the
 # checksum at runtime.
@@ -947,8 +950,9 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/run/libguestfs
 
 
 %changelog
-* Sun Sep  1 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.23.20-1
+* Sun Sep  1 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.23.20-2
 - New upstream version 1.23.20.
+- Enable libvirt debugging.
 
 * Thu Aug 29 2013 Richard W.M. Jones <rjones at redhat.com> - 1:1.23.19-1
 - New upstream version 1.23.19.


More information about the scm-commits mailing list