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.
Description of problem:
podman is not available in RHEL 7 Workstation repositories
Version-Release number of selected component (if applicable):
RHEL 7.6
How reproducible:
podman is not installable on RHEL 7 Workstation
Actual results:
The packages cannot be installed
Expected results:
podman should be available on RHEL 7 Workstation
Additional info:
The customer likes to "pre-package" desktop applications for execution on local desktops.
Podman is still not available from RHEL 7.7 Workstation Extras as it is missing a dependancy of a dependancy (python-pytoml for atomic-registries)-
# yum install podman
Loaded plugins: langpacks, nvidia, product-id, search-disabled-repos, subscription-manager
Resolving Dependencies
--> Running transaction check
---> Package podman.x86_64 0:1.4.4-3.el7 will be installed
--> Processing Dependency: atomic-registries >= 1.22.1-3 for package: podman-1.4.4-3.el7.x86_64
--> Processing Dependency: containernetworking-plugins >= 0.8.1-1 for package: podman-1.4.4-3.el7.x86_64
--> Processing Dependency: skopeo-containers >= 0.1.29-3 for package: podman-1.4.4-3.el7.x86_64
--> Processing Dependency: container-selinux for package: podman-1.4.4-3.el7.x86_64
--> Processing Dependency: runc for package: podman-1.4.4-3.el7.x86_64
--> Running transaction check
---> Package atomic-registries.x86_64 1:1.22.1-28.gitb507039.el7 will be installed
--> Processing Dependency: python-pytoml for package: 1:atomic-registries-1.22.1-28.gitb507039.el7.x86_64
---> Package container-selinux.noarch 2:2.107-3.el7 will be installed
---> Package containernetworking-plugins.x86_64 0:0.8.1-2.el7 will be installed
---> Package containers-common.x86_64 1:0.1.37-3.el7 will be installed
---> Package runc.x86_64 0:1.0.0-65.rc8.el7 will be installed
--> Processing Dependency: criu for package: runc-1.0.0-65.rc8.el7.x86_64
--> Running transaction check
---> Package atomic-registries.x86_64 1:1.22.1-28.gitb507039.el7 will be installed
--> Processing Dependency: python-pytoml for package: 1:atomic-registries-1.22.1-28.gitb507039.el7.x86_64
---> Package criu.x86_64 0:3.12-2.el7 will be installed
--> Processing Dependency: libprotobuf-c.so.1(LIBPROTOBUF_C_1.0.0)(64bit) for package: criu-3.12-2.el7.x86_64
--> Processing Dependency: libnet.so.1()(64bit) for package: criu-3.12-2.el7.x86_64
--> Processing Dependency: libprotobuf-c.so.1()(64bit) for package: criu-3.12-2.el7.x86_64
--> Running transaction check
---> Package atomic-registries.x86_64 1:1.22.1-28.gitb507039.el7 will be installed
--> Processing Dependency: python-pytoml for package: 1:atomic-registries-1.22.1-28.gitb507039.el7.x86_64
---> Package libnet.x86_64 0:1.1.6-7.el7 will be installed
---> Package protobuf-c.x86_64 0:1.0.2-3.el7 will be installed
--> Finished Dependency Resolution
--> Finding unneeded leftover dependencies
Found and removing 0 unneeded dependencies
Error: Package: 1:atomic-registries-1.22.1-28.gitb507039.el7.x86_64 (rhel-7-workstation-extras-rpms)
Requires: python-pytoml
**********************************************************************
yum can be configured to try to resolve such errors by temporarily enabling
disabled repos and searching for missing dependencies.
To enable this functionality please set 'notify_only=0' in /etc/yum/pluginconf.d/search-disabled-repos.conf
**********************************************************************
Error: Package: 1:atomic-registries-1.22.1-28.gitb507039.el7.x86_64 (rhel-7-workstation-extras-rpms)
Requires: python-pytoml
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
(In reply to Dan from comment #20)
> Podman is still not available from RHEL 7.7 Workstation Extras as it is
> missing a dependancy of a dependancy (python-pytoml for atomic-registries)-
>
Hi Dan,
We're tracking this issue in Bug 1740999.