From: "Richard W.M. Jones" <rjones(a)redhat.com>
Cherry picked from commit bd30d3a61ce9d14f2f744870a5d4ed8167d609e2
and commit 0087cf2531bfef7bec66d6cdfb1f8143ecd5ecb2.
Note that libguestfs 1.20 does not use guestunmount.
---
podwrapper.pl.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/podwrapper.pl.in b/podwrapper.pl.in
index af21ef0..c14044c 100755
--- a/podwrapper.pl.in
+++ b/podwrapper.pl.in
@@ -447,6 +447,7 @@ SUBHTML: {
return 1 if /^libguestf/;
return 1 if /^guestf/;
return 1 if /^guestmount/;
+ return 1 if /^guestunmount/;
return 1 if /^hivex/;
return 1 if /^febootstrap/;
return 1 if /^supermin/;
--
1.8.3.1