Description of problem:
After UsrMove, the /sbin and /bin directories are only symlinks to /usr/(s)bin. So it does make sense to unify installation targets of kexec-tools with the rest of system.
Version-Release number of selected component (if applicable):
# rpm -q kexec-tools
kexec-tools-2.0.17-28.el8.x86_64
How reproducible:
always
Steps to Reproduce:
# rpm -ql kexec-tools | grep sbin
/sbin/kexec
/sbin/makedumpfile
/sbin/mkdumprd
/sbin/vmcore-dmesg
Expected results:
# rpm -ql kexec-tools | grep sbin
/usr/sbin/kexec
/usr/sbin/makedumpfile
/usr/sbin/mkdumprd
/usr/sbin/vmcore-dmesg
Additional info:
I came across it when investigating this bug
https://bugzilla.redhat.com/show_bug.cgi?id=1657993
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2020:1783