#1141111 udisks2: Behaviour changes in exfatprogs 1.4.0 and later breaks udisks2 tests

Package:
udisks2
Source:
udisks2
Description:
D-Bus service to access and manipulate storage devices
Submitter:
Sven Hoexter
Date:
2026-06-29 20:17:27 UTC
Severity:
normal
#1141111#5
Date:
2026-06-29 20:15:04 UTC
From:
To:
Hi,
exfatprogs 1.4.0 changed two things:
1. mkfs.exfat now creates a partition table by default
2. Formating in tune.exfat verbose mode changed

The new partition table seems to be the reason for the broken tests e.g.
https://ci.debian.net/packages/u/udisks2/testing/amd64/72645693/

Upstream I found the following fix
https://github.com/storaged-project/udisks/pull/1526
which passes on the flag to disable the partition table creation.