Bug 1600721
| Summary: | uwsgi: python2-uwsgidecorators requires both Python 2 and Python 3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Iryna Shcherbina <shcherbina.iryna> |
| Component: | uwsgi | Assignee: | Carl George <carlwgeorge> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | carlwgeorge, kad, tadej.j |
| 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-07-13 01:02:17 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: | |||
| Bug Blocks: | 1285816, 1340802 | ||
|
Description
Iryna Shcherbina
2018-07-12 20:33:24 UTC
I see why it's doing this. `%files -n python2-uwsgidecorators` has `%{python_sitelib}/*`. With python_sitelib unset on rawhide, it becomes `/*` and owns every file in the buildroot. I'll push out a fix.
|