aports/main/coreutils
Natanael Copa 3eb5f92c52 main/coreutils: fix mv under fakeroot
coreutils 9.5's mv started to use gnulibs renematu which will use
renameat2 if found or fallback to direct syscall. musl does not
implement renameat2 so gnulib will cal syscall directly and escape
fakeroots interception.

To work around this, disable using the direct syscall and use the
fallback from gnulib for now.

ref: 5a1d00e450 (diff-77785922df73494c9b82cf14280acd36a5ec8c06c0ab750651d12ee21d9f7d52R2721)
ref: 6761c11214/lib/renameatu.c (L110)
2024-04-19 17:00:36 +02:00
..
APKBUILD main/coreutils: fix mv under fakeroot 2024-04-19 17:00:36 +02:00
coreutils.post-deinstall
renameat2-fakeroot.patch main/coreutils: fix mv under fakeroot 2024-04-19 17:00:36 +02:00