[libvirt] [PATCH libvirt-glib 2/5] configure: Bump required libvirt version to 1.2.5

Andrea Bolognani abologna at redhat.com
Wed Sep 20 17:54:47 UTC 2017


That's the version that introduced VIR_DOMAIN_TIME_SYNC, which we
use in the library.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 7981d23..43b0ffb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ AC_CANONICAL_HOST
 
 AM_SILENT_RULES([yes])
 
-LIBVIRT_REQUIRED=1.1.1
+LIBVIRT_REQUIRED=1.2.5
 AC_SUBST([LIBVIRT_REQUIRED]) dnl used in the .spec file
 GLIB2_REQUIRED=2.36.0
 AC_SUBST([GLIB2_REQUIRED]) dnl used in the .spec file
-- 
2.13.5




More information about the libvir-list mailing list