Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

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: ---Flags: pm-rhel: mirror+
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.