Bug 1583052
| Summary: | Autogenerated provides are not populated | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pavel Zhukov <pzhukov> |
| Component: | python-rpm-generators | Assignee: | Tomas Orsava <torsava> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 28 | CC: | cstratak, lbalhar, mcyprian, mhroncok, pviktori, shcherbina.iryna, torsava |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-05-28 08:08:10 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
Pavel Zhukov
2018-05-28 07:43:33 UTC
Actually, python3-dnf provides python3dist(dnspython): $ rpm -qp --provides ./python3-dns-1.15.0-8.fc28.noarch.rpm python3-dns = 1.15.0-8.fc28 python3.6dist(dnspython) = 1.15.0 python3dist(dnspython) = 1.15.0 Your reproducer show requires. Also, it's not python3dist(dns) because the Python package is called dnspython, not dns. The Fedora package maintainer here probably went a bit creative when naming it python-dnf (12 years ago). |