Bug 1807565
Summary: | zziplib requires Python 2 to build | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Viktorin (pviktori) <pviktori> |
Component: | zziplib | Assignee: | Jakub Martisko <jamartis> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 33 | CC: | abokovoy, jamartis, mhroncok |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | zziplib-0.13.71-1.fc33 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-01-30 01:54:07 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: | 1803205, 1913686 |
Description
Petr Viktorin (pviktori)
2020-02-26 15:53:54 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 33 development cycle. Changing version to 33. This should be fixed in v0.13.70: https://github.com/gdraheim/zziplib/pull/80 Could you update the package? Hi, I'll do the rebase during the next week. FEDORA-2021-c3ad233242 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-c3ad233242 FEDORA-2021-c3ad233242 has been pushed to the Fedora 33 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-c3ad233242` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-c3ad233242 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-c3ad233242 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. Please don't use unversion Python: + BuildRequires: python + BuildRequires: python-rpm-macros Do this instead: + BuildRequires: python3-devel See https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_multiple_python_runtimes |