|
Bugzilla – Full Text Bug Listing |
| Summary: | libzypp: case-overlapping package names cause double installation | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Jan Engelhardt <jengelh> |
| Component: | libzypp | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P2 - High | CC: | alinm.elena, ma, wahming |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | /var/log/zyp* direct tar | ||
|
Description
Jan Engelhardt
2015-08-04 09:35:52 UTC
Created attachment 642831 [details]
/var/log/zyp* direct tar
(In reply to Jan Engelhardt from comment #0) > Is this behavior of zypp indeed intended? Looks like it was actually implemented to resolve bug#412496 :( We'll review the code and see how to fix it. Case insensitive search might be convenient but an exact match must superseed any other hit. And options to turn on/off ci-search should be available as well. *** Bug 979323 has been marked as a duplicate of this bug. *** *** Bug 749784 has been marked as a duplicate of this bug. *** Fixed for zypper-1.13.1. CLI arguments for install/remove are always case-sensitive. WORKAROUD for older versions is to use '-C, --capability', which was always case-sensitive. Unfortunately it does not support globbing. |