Bug 1995211

Summary: container-tools:latest request python-podman while the build provided python3-podman
Product: Red Hat Enterprise Linux 9 Reporter: Joy Pu <ypu>
Component: python-podmanAssignee: Jindrich Novy <jnovy>
Status: CLOSED CURRENTRELEASE QA Contact: David Darrah/Red Hat QE <ddarrah>
Severity: high Docs Contact:
Priority: high    
Version: 9.0CC: lsm5, tsweeney
Target Milestone: betaKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-podman-3.2.0-4.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-12-07 21:44:43 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:

Description Joy Pu 2021-08-18 16:16:38 UTC
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:

Comment 1 Lokesh Mandvekar 2021-08-23 13:32:51 UTC
I'll add a meta Provides: python-podman to resolve this

Comment 8 Joy Pu 2021-09-07 08:15:11 UTC
Test with build container-tools-latest-920210831013116.89aec7c4 and it works as expected now. So update this to verified.