Bug 1184529
| Summary: | dnf --exclude='*devel*' install fails with dep error | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Charles R. Anderson <cra> | ||||||
| Component: | dnf | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 21 | CC: | akozumpl, jsilhan, mluscon, packaging-team-maint, pnemade, rholy, tim.lauridsen | ||||||
| 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: | 2015-01-23 09:20: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: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 982386 [details]
example yum output
We are working on this. *** This bug has been marked as a duplicate of bug 1169165 *** |
Created attachment 982385 [details] example dnf output Description of problem: I want to install all gstreamer x86_64 plugins, subpackages, etc, but I don't want the development packages. I do this with yum and it works great: sudo yum --exclude='*devel*' install gstreamer\*.x86_64 But the equivalent dnf command fails with dependency errors: sudo dnf --exclude='*devel*' install gstreamer\*.x86_64 Version-Release number of selected component (if applicable): dnf-0.6.3-2.fc21.noarch How reproducible: always Steps to Reproduce: 1. yum --exclude='*devel*' install gstreamer\*.x86_64 2. Type 'n' to not install the packages 3. Compare with "dnf --exclude='*devel*' install gstreamer\*.x86_64" 4. Try list: "dnf --exclude='*devel*' list gstreamer\*.x86_64" Actual results: dnf fails with a dependency error, while yum works fine. Expected results: dnf should install all packages that match the glob, except the ones that match the --exclude glob, and not fail with a dependency error. Additional info: