F41 beta, dnf5 warnings for glibc-common on trigger-install script

Hi,
has anyone noticed these warnings when updating F41 beta? Does anyone know if use of a deprecated function has been reported to glibc package maintainers?

>>> Running trigger-install scriptlet: glibc-common-0:2.40-3.fc41.x86_64warning: posix.fork(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead
warning: posix.wait(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead
warning: posix.exec(): .fork(), .exec(), .wait() and .redirect2null() are deprec[24/24] Erasing libnbd-0:1.21.5-1.fc41. 100% |   0.0   B/s |  21.0   B | -00m00s
>>> Running trigger-post-uninstall scriptlet: glibc-common-0:2.40-3.fc41.x86_64warning: posix.fork(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead
warning: posix.wait(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead
warning: posix.exec(): .fork(), .exec(), .wait() and .redirect2null() are deprec[24/24] Erasing libnbd-0:1.21.5-1.fc41. 100% |   0.0   B/s |  21.0   B |  00m22s
Complete!
1 Like

Added dnf5, glibc

already reported: 2291869 – Warnings in RPM scriptlets: posix.wait(): .fork(), .exec(), .wait() and .redirect2null() are deprecated

2 Likes

This is starting to happen again, Running post-uninstall scriptlet: libgcc-0:14.2.1-3.fc41.x86_64warning: posix.fork(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead

You can report the issue again against the package libgcc this time.