Bug 1463384
| Summary: | [PATCH] Provide /bin/foo binaries in single subpackage | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Gnatenko <ignatenko> | ||||
| Component: | coreutils | Assignee: | Kamil Dudka <kdudka> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | admiller, jamartis, kdudka, kzak, ooprala, ovasik, p, skisela, twaugh | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-06-22 12:28:50 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Igor Gnatenko
2017-06-20 17:49:15 UTC
Created attachment 1289765 [details]
Provide /bin/foo binaries in single subpackage
I suspect that Pádraig did not introduce these artificial provides intentionally while creating the coreutils-single subpackage. As I understand it, all the packages requiring /bin/foo should be fixed instead of coreutils-single... Pádraig, could you please review the proposed change? Explicit provides for the binaries shouldn't be required, and were there for compat with packages that required the old /bin path before the /usr move. I.E. these provides are not specific to coreutils. Note the use of RemovePathPostfixes allows for implicit /usr/bin/... provides from both of the coreutils package variants. Per comment #3 closing NOTABUG. UsrMove was implemented in Fedora 17. Packages that still require /bin/foo need to be fixed to require /usr/bin/foo instead. |