Description of problem: container-tools:latest failed to install in the host and report following error: Unable to resolve argument container-tools No match for package python-podman Error: Problems in request: broken groups or modules: container-tools Try to check the package in with yum module commands, and find that the package name is python3-podman in the build but not python-podman: # yum module repoquery container-tools:latest| grep python python3-podman-3.2.0-3.module+el9beta+12229+194de70a.noarch Version-Release number of selected component (if applicable): python3-podman-3.2.0-3.module+el9beta+12229+194de70a.noarch How reproducible: 100% Steps to Reproduce: 1. Install container-tools:latest module # yum module install container-tools:latest 2. 3. Actual results: Install failed Expected results: module can be installed as expected. Additional info:
I'll add a meta Provides: python-podman to resolve this
Test with build container-tools-latest-920210831013116.89aec7c4 and it works as expected now. So update this to verified.