On 14/08/2024 11:09, Sven Hoexter wrote:
On Wed, Aug 14, 2024 at 11:02:28AM +0200, Alessandro Astone wrote:
More news:
You may have noticed that exfatprogs 1.2.5 is breaking udisks2 autopkgtests.
This is due to a change in 1.2.5 which now refuses to change a partition
label with special characters.
Uh, did not look at that one. Only at "my own issue" of the non-root
test unable to locate the fsck binary. I assume it's just a
simple PATH issue and tried to fix that in -2
https://git.sven.stormbind.net/?p=sven/exfatprogs.git;a=commitdiff;h=a12f0e013a4393435b7fc45c65a6ba3761ae8ee0
I've submitted a patch upstream:
https://github.com/storaged-project/udisks/pull/1306
And requested to backport it in debian:
https://salsa.debian.org/utopia-team/udisks2/-/merge_requests/7
Thanks!
The '..patch' filename (the two dots) is a bit odd, is that just a typo or
some automatic generation glitch?
It's automatically generated. The patch name would end with
"-with-exfatprogs-1.2.5.patch" but gets truncated at 64 characters to
become "-with-exfatprogs-1..patch" where the first dot is part of the
version and the second dot separates the file extension. It's a bit
unfortunate...
Sven