| Summary: | dnf is not consistent with ignoring lower/upper case in packages names | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marcin Juszkiewicz <mjuszkie> |
| Component: | dnf | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jsilhan, mluscon, packaging-team-maint, pnemade, vmukhame |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-31 13:23:39 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: | |
|
Description
Marcin Juszkiewicz
2016-03-29 18:31:12 UTC
I think this behaviour is same that yum command provided. The search and info commands are not case sensitive as they can provide more information to user but we may have same named package in the repository more than once. E.g. superlu and SuperLU so while installing or removing dnf need to make sure correct package name is picked. If dnf has to be 'just new yum' then let it keep original name. Allowing mixed case letters in package names are 'feature bug' of Fedora but at least for official packages it will be consistent. This behaviour is reasonable as search is used for identifying the right package name. |