Bug 1669799
| Summary: | GI overrides are installed in wrong directory | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Elliott Sales de Andrade <quantum.analyst> |
| Component: | libgit2-glib | Assignee: | Ignacio Casal Quinteiro (nacho) <icq> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | icq, igor.raits, klember, walter.pete |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libgit2-glib-0.28.0.1-1.fc30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-06-07 00:58:29 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: | |||
| Bug Depends On: | 1702588 | ||
| Bug Blocks: | |||
Will be fixed in the latest version. FEDORA-2019-7b7b526134 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-7b7b526134 libgit2-glib-0.28.0.1-1.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: This package Requires: python3-gobject%{?_isa} as the owner of the python3 gi overrides directory. That package is arch-specific, but this package installs to %{python3_sitelib} which is noarch. This means that %{python3_sitelib}/gi and %{python3_sitelib}/gi/overrides and _possibly_ that these overrides don't get applied to anything. Version-Release number of selected component (if applicable): libgit2-glib-0.27.7-1.fc29.x86_64 Steps to Reproduce: 1. dnf install libgit2-glib 2. rpm -qf /usr/lib/python3.7/site-packages/gi 3. rpm -qf /usr/lib/python3.7/site-packages/gi/overrides Actual results: Neither directory is owned by any package. Expected results: Overrides are installed into an owned directory.