Bug 1915614

Summary: Package uses /bin rather /usr/bin (= %{_bindir})
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: tracerouteAssignee: Dmitry Butskoy <dmitry>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: dmitry
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-01-13 16:29:03 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 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