[root@vpodzime-laptop vpodzime]# rpm -qf `which basename` coreutils-8.32-4.fc32.2.x86_64 [root@vpodzime-laptop vpodzime]# rpm -q --provides coreutils /bin/cat /bin/chmod /bin/echo /bin/ln /bin/rm /bin/touch bundled(gnulib) coreutils = 8.32-4.fc32.2 coreutils(x86-64) = 8.32-4.fc32.2 coreutils-full = 8.32-4.fc32.2 libstdbuf.so()(64bit) I hit this when trying to install an RPM that had 'Requires: /bin/basename'.
(In reply to Vratislav Podzimek from comment #0) > I hit this when trying to install an RPM that had 'Requires: /bin/basename'. The RPM needs to be fixed to require /usr/bin/basename instead. See bug #1646701 for some context. *** This bug has been marked as a duplicate of bug 1634200 ***