Bug 2133903
| Summary: | Add python3-ruamel-yaml to ubi9 package repositories | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Jason Montleon <jmontleo> |
| Component: | distribution | Assignee: | RHEL Program Management <pm-rhel> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.0 | CC: | jwboyer |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-10-26 20:27:06 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
Jason Montleon
2022-10-11 19:58:48 UTC
python3-ruamel-yaml will be available in the ubi9 repositories in the near future. This package is now available in the ubi9 repository.
[jwboyer@vader foo]$ podman run -it --rm ubi9 yum --disablerepo=rhel\* install -y python3-ruamel-yaml
Updating Subscription Management repositories.
Unable to read consumer identity
Subscription Manager is operating in container mode.
This system is not registered with an entitlement server. You can use subscription-manager to register.
Red Hat Universal Base Image 9 (RPMs) - BaseOS 501 kB/s | 555 kB 00:01
Red Hat Universal Base Image 9 (RPMs) - AppStre 88 kB/s | 1.4 MB 00:16
Red Hat Universal Base Image 9 (RPMs) - CodeRea 25 kB/s | 15 kB 00:00
Dependencies resolved.
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
python3-ruamel-yaml x86_64 0.16.6-7.el9.1 ubi-9-codeready-builder-rpms 213 k
Installing dependencies:
python3-ruamel-yaml-clib
x86_64 0.1.2-8.el9.1 ubi-9-codeready-builder-rpms 144 k
Transaction Summary
================================================================================
Install 2 Packages
Total download size: 357 k
Installed size: 1.4 M
Downloading Packages:
(1/2): python3-ruamel-yaml-0.16.6-7.el9.1.x86_6 250 kB/s | 213 kB 00:00
(2/2): python3-ruamel-yaml-clib-0.1.2-8.el9.1.x 146 kB/s | 144 kB 00:00
--------------------------------------------------------------------------------
Total 363 kB/s | 357 kB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : python3-ruamel-yaml-clib-0.1.2-8.el9.1.x86_64 1/2
Installing : python3-ruamel-yaml-0.16.6-7.el9.1.x86_64 2/2
Running scriptlet: python3-ruamel-yaml-0.16.6-7.el9.1.x86_64 2/2
Verifying : python3-ruamel-yaml-0.16.6-7.el9.1.x86_64 1/2
Verifying : python3-ruamel-yaml-clib-0.1.2-8.el9.1.x86_64 2/2
Installed products updated.
Installed:
python3-ruamel-yaml-0.16.6-7.el9.1.x86_64
python3-ruamel-yaml-clib-0.1.2-8.el9.1.x86_64
Complete!
[jwboyer@vader foo]$
|