RESTful API for Podman
Go to file
Jindrich Novy ff9821130a Fix missing podman.domain module and version metadata on RHEL 9
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>
2026-08-20 08:46:40 +02:00
.gitignore python-podman-3.2.1-1.el9 2021-09-29 11:32:13 +02:00
gating.yaml python-podman-3.2.1-3.el9 2021-10-01 10:28:00 +02:00
python-podman.spec Fix missing podman.domain module and version metadata on RHEL 9 2026-08-20 08:46:40 +02:00
sources python-podman-5.8.0-1.el9 2026-04-24 10:24:25 +02:00