[libvirt] [PATCH] Bump minimum libvirt requirement to 1.2.13

Christophe Fergeau cfergeau at redhat.com
Thu Apr 21 10:20:07 UTC 2016


libvirt-php uses VIR_STORAGE_VOL_CREATE_REFLINK which was introduced in
commit v1.2.12-18-g95da191 (so first available in the 1.2.13 release).
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7a634ca..bce3de2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ if test "$prefix" = "/usr" && test "$sysconfdir" = '${prefix}/etc' ; then
     sysconfdir='/etc'
 fi
 
-LIBVIRT_REQUIRED=1.2.9
+LIBVIRT_REQUIRED=1.2.13
 PKG_CHECK_MODULES(LIBVIRT, libvirt >= $LIBVIRT_REQUIRED)
 PKG_CHECK_MODULES(QEMU, libvirt-qemu)
 AC_SUBST([QEMU_CFLAGS])
-- 
2.5.5




More information about the libvir-list mailing list