From b39841b7acdb99993abd2f3c9e27857adca5c5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20H=C3=B6xter?= Date: Wed, 6 Oct 2021 14:51:58 +0200 Subject: [PATCH] Migrate from exfat-utils and exfat-fuse to exfatprogs. Since bullseye we have in kernel support for exFAT, no need to rely on the fuse implementation anymore. --- debian/changelog | 8 ++++++++ debian/check-appliance-build-deps.sh | 2 +- debian/control | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 44ed5a308..21d1e8e1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libguestfs (1:1.44.2-2) UNRELEASED; urgency=medium + + * Migrate from exfat-utils and exfat-fuse to exfatprogs. + Since bullseye we have in kernel support for exFAT, no need to rely + on the fuse implementation anymore. + + -- Sven Höxter Wed, 06 Oct 2021 14:47:03 +0200 + libguestfs (1:1.44.2-1) unstable; urgency=medium * New upstream version 1.44.2 diff --git a/debian/check-appliance-build-deps.sh b/debian/check-appliance-build-deps.sh index ee5a9d84d..44a0f058b 100755 --- a/debian/check-appliance-build-deps.sh +++ b/debian/check-appliance-build-deps.sh @@ -13,7 +13,7 @@ m4 -DDEBIAN=1 -DEXTRA_PACKAGES= appliance/packagelist.in \ | tr ' ' '\n' \ | sed -e '/^$/d' \ -e '/^\(bash\|coreutils\|dash\|diffutils\|findutils\|grep\|gzip\|libc-bin\|sed\|tar\|util-linux\)$/d' \ - -e '/\(btrfs-tools\|fuse-exfat\|gfs2*-tools\|iproute\|module-init-tools\|procps-ng\)$/d' \ + -e '/\(btrfs-tools\|exfat-fuse\|exfat-utils\|fuse-exfat\|gfs2*-tools\|iproute\|module-init-tools\|procps-ng\)$/d' \ | grep -v ^lib \ | grep -v ufsutils \ | sort -u \ diff --git a/debian/control b/debian/control index 592e5340e..c8e2bbfaf 100644 --- a/debian/control +++ b/debian/control @@ -63,7 +63,7 @@ Build-Depends: debhelper (>= 12), curl, debootstrap, dosfstools, - exfat-fuse, exfat-utils, + exfatprogs, extlinux [i386 amd64], f2fs-tools, fdisk, -- GitLab