Bug 1236408
Summary: | dnf upgrade wants to upgrade packages that are not installed | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | cornel panceac <cpanceac> | ||||
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: | 22 | CC: | jsilhan, mluscon, packaging-team-maint, pnemade, rholy, tim.lauridsen, 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: | 2015-06-29 12:43:19 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: |
|
Additional info: the problem is not there if the parameter is clearly specified. For example, dnf upgrade dnf will work. But this will fail: # dnf upgrade dnf\* Last metadata expiration check performed 0:08:59 ago on Sun Jun 28 20:01:18 2015. Package dnf-automatic not installed, cannot update it. Dependencies resolved. Nothing to do. Complete! Hope this help nail down the root cause. *** This bug has been marked as a duplicate of bug 1234763 *** |
Created attachment 1044073 [details] dnf failure log Description of problem: # dnf upgrade [b]\* tries to upgrade packages that are not installed. it looks like if you give a parameter to dnf, it chooses the wrong package set Version-Release number of selected component (if applicable): # rpm -q dnf dnf-1.0.1-2.fc22.noarch How reproducible: always Steps to Reproduce: 1.as above 2. 3. Actual results: Expected results: Additional info: See attached log.