Bug 1873146
| Summary: | package.remote_location() tracebacks for @commandline package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | amatej |
| Component: | dnf | Assignee: | Jaroslav Mracek <jmracek> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 34 | CC: | dmach, jmracek, jrohel, mblaha, mhatina, packaging-team-maint, pkratoch, rpm-software-management, vmukhame |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | dnf-4.6.0-1.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-03-03 23:15:42 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: | |||
|
Description
amatej
2020-08-27 13:32:02 UTC
Good catch! I believe it's because the @commandline repo is treated differently than others and is not part of the RepoDict. That's why we're considering adding the repo there in dnf5 so all repos are treated equally. I create a patch that resolves the crash https://github.com/rpm-software-management/dnf/pull/1706. It also resolves the issue with installed packages (`dnf repoquery --installed --location vim-minimal`). Here are some tests: https://github.com/rpm-software-management/ci-dnf-stack/pull/928 This bug appears to have been reported against 'rawhide' during the Fedora 34 development cycle. Changing version to 34. FEDORA-2021-4935120076 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-4935120076 FEDORA-2021-4935120076 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |