RESTful API for Podman
Upstream commit 54143c4c6546 removed podman/domain/__init__.py and switched to dynamic version resolution, both requiring setuptools 62+. RHEL 9 has setuptools 53 which cannot handle either change, resulting in: - Missing podman.domain subpackage (find_packages needs __init__.py) - Wrong version metadata showing 0.0.0 instead of 5.8.0 Fix by restoring __init__.py and static version in %prep. Resolves: RHEL-245037 Signed-off-by: Jindrich Novy <jnovy@redhat.com> |
||
|---|---|---|
| .gitignore | ||
| gating.yaml | ||
| python-podman.spec | ||
| sources | ||