Bug 1944688

Summary: /bin/basename not provided by the coreutils package
Product: [Fedora] Fedora Reporter: Vratislav Podzimek <v.podzimek+fedora>
Component: coreutilsAssignee: Kamil Dudka <kdudka>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 32CC: admiller, jamartis, jarodwilson, kdudka, kzak, ooprala, ovasik, p, sebastian.kisela, svashisht
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-30 14:22:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vratislav Podzimek 2021-03-30 13:50:50 UTC
[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'.

Comment 1 Kamil Dudka 2021-03-30 14:22:43 UTC
(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 ***