diff --git a/0000-hotfix.patch b/0000-hotfix.patch
index b68f3fb..4263ca2 100644
--- a/0000-hotfix.patch
+++ b/0000-hotfix.patch
@@ -594,8 +594,11 @@ Index: libguestfs-1.32.4/appliance/packagelist.in
 ===================================================================
 --- libguestfs-1.32.4.orig/appliance/packagelist.in
 +++ libguestfs-1.32.4/appliance/packagelist.in
-@@ -134,16 +134,21 @@ ifelse(SUSE,1,
+@@ -132,18 +132,25 @@ ifelse(SUSE,1,
+   dnl It seems no other augeas package depends on it.
+   augeas-lenses
    btrfsprogs
++  cdrkit-cdrtools-compat
    cryptsetup
    dhcpcd
 +  dhcp-client
@@ -606,6 +609,7 @@ Index: libguestfs-1.32.4/appliance/packagelist.in
 +  initviocons
    iproute2
    iputils
++  ldmtool
    libcap2
 +  libhivex0
    libselinux1
diff --git a/libguestfs.changes b/libguestfs.changes
index ebfbbc3..55adc43 100644
--- a/libguestfs.changes
+++ b/libguestfs.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Thu Apr  6 13:27:25 UTC 2017 - cbosdonnat@suse.com
+
+- Add ldmtool to appliance (fate#320858)
+- Add cdrkit-cdrtools-compat to appliance, required for isoinfo*
+  APIs to work.
+
 -------------------------------------------------------------------
 Wed Nov 30 16:04:14 UTC 2016 - cbosdonnat@suse.com
 
diff --git a/libguestfs.spec b/libguestfs.spec
index 4262370..b33bfc0 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package libguestfs
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Michal Hrusecky <mhrusecky@novell.com>
 #
 # All modifications and additions to the file contributed by third parties
@@ -437,6 +437,7 @@ BuildRequires:  xz
 %if %{with zerofree}
 BuildRequires:  zerofree
 %endif
+BuildRequires:  ldmtool
 
 # Needed by guestfsd which is burried in the appliance
 #
@@ -467,6 +468,7 @@ Recommends:     mdadm
 Recommends:     parted
 Recommends:     zerofree
 Recommends:     genisoimage
+Recommends:     ldmtool
 
 Summary:        Virtual machine needed for libguestfs
 License:        GPL-2.0