Bug 1944688 - /bin/basename not provided by the coreutils package
Summary: /bin/basename not provided by the coreutils package
Keywords:
Status: CLOSED DUPLICATE of bug 1634200
Alias: None
Product: Fedora
Classification: Fedora
Component: coreutils
Version: 32
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kamil Dudka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-03-30 13:50 UTC by Vratislav Podzimek
Modified: 2021-03-30 14:22 UTC (History)
10 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-03-30 14:22:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.