There appears to be a change in Fedora 42 regarding the use of /usr/sbin.
I have an RPM package that uses the variable %{_sbindir}. It has resolved to /usr/sbin in all versions prior to F42 but in F42 it is resolving to /usr/bin.
Can anyone tell me if this is a bug or a feature? If it’s a bug I’ll put in a ticket but I don’t want to anoy anyone if it is a deliberate action.
First it has been said it will not go for F42, but then there has been done already a lot of work. If you find errors in packages you are installing, please report so that it can be fixed.
It is done gradually. Commands found in /usr/sbin are moved to /usr/bin and a symbolic link to the command is created in /usr/sbin. This hasn’t happened for all packages yet.
In the future, when all commands have been moved, /usr/sbin will become a symbolic link to /usr/bin, just like /bin is a symbolic link to /usr/bin.