[Libguestfs] [PATCH 1/3] build: raise augeas requirement to 1.2.0

Pino Toscano ptoscano at redhat.com
Wed May 29 09:59:45 UTC 2019


It is widely available also on older distributions.
---
 docs/guestfs-building.pod | 2 +-
 m4/guestfs-libraries.m4   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod
index 47efe34a5..94ec079a5 100644
--- a/docs/guestfs-building.pod
+++ b/docs/guestfs-building.pod
@@ -164,7 +164,7 @@ I<Required>.
 
 I<Required>.
 
-=item augeas E<ge> 1.0.0
+=item augeas E<ge> 1.2.0
 
 I<Required>.
 
diff --git a/m4/guestfs-libraries.m4 b/m4/guestfs-libraries.m4
index 0941140bd..7643c04b3 100644
--- a/m4/guestfs-libraries.m4
+++ b/m4/guestfs-libraries.m4
@@ -248,8 +248,8 @@ PKG_CHECK_MODULES([PCRE], [libpcre], [], [
     PCRE_LIBS=`$PCRE_CONFIG --libs`
 ])
 
-dnl Check for Augeas >= 1.0.0 (required).
-PKG_CHECK_MODULES([AUGEAS],[augeas >= 1.0.0])
+dnl Check for Augeas >= 1.2.0 (required).
+PKG_CHECK_MODULES([AUGEAS],[augeas >= 1.2.0])
 
 dnl Check for aug_source function, added in Augeas 1.8.0.
 old_LIBS="$LIBS"
-- 
2.21.0




More information about the Libguestfs mailing list