Bug 1915614 - Package uses /bin rather /usr/bin (= %{_bindir})
Summary: Package uses /bin rather /usr/bin (= %{_bindir})
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: traceroute
Version: rawhide
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Dmitry Butskoy
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-01-13 03:23 UTC by Robert Scheck
Modified: 2021-01-13 16:29 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2021-01-13 16:29:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2021-01-13 03:23:52 UTC
Description of problem:
Since https://fedoraproject.org/wiki/Features/UsrMove there shouldn't be any more reason to use /bin rather /usr/bin (= %{_bindir}) within a spec file directly, however the traceroute package still does so.

Version-Release number of selected component (if applicable):
traceroute-2.1.0-12.fc33

How reproducible:
Always.

Actual results:
/bin/traceroute etc. in RPM package

Expected results:
/usr/bin/traceroute etc. in RPM package

Additional info:
If really necessary, "Provides: /bin/traceroute /bin/traceroute6" should be added to the spec file.

Comment 1 Robert Scheck 2021-01-13 03:27:33 UTC
Patch suggestion: https://src.fedoraproject.org/rpms/traceroute/pull-request/2


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