Bug 2224106
| Summary: | backport https://github.com/ostreedev/ostree/pull/2874/commits/de6fddc6adee09a93901243dc7074090828a1912 [rhel-9.0.0.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
| Component: | ostree | Assignee: | Joseph Marrero <jmarrero> |
| Status: | CLOSED ERRATA | QA Contact: | Aashish Radhakrishnan <aaradhak> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.2 | CC: | aaradhak, dornelas, hhei, jmarrero |
| Target Milestone: | rc | Keywords: | Triaged, ZStream |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ostree-2022.5-2.el9_0 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2224081 | Environment: | |
| Last Closed: | 2023-10-10 15:38:15 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2224081 | ||
| Bug Blocks: | |||
|
Comment 1
Joseph Marrero
2023-08-22 20:24:26 UTC
Pre-verification done as follows: aaradhak@fedora ~/centos $ podman run -it --entrypoint=/bin/bash quay.io/centos/centos:stream9 [root@e0db7c5c377d /]# cat /etc/os-release NAME="CentOS Stream" VERSION="9" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="9" PLATFORM_ID="platform:el9" PRETTY_NAME="CentOS Stream 9" ANSI_COLOR="0;31" LOGO="fedora-logo-icon" CPE_NAME="cpe:/o:centos:centos:9" HOME_URL="https://centos.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" [root@e0db7c5c377d /]# dnf install rpm-ostree -y [root@e0db7c5c377d /]# ostree --version libostree: Version: '2023.5' Git: 9583be2e29ed69e14f6163872eae5bd19540bbeb Features: - libcurl - libsoup - gpgme - ex-fsverity - libarchive - selinux - openssl - libmount - systemd - release - p2p [root@e0db7c5c377d /]# [root@e0db7c5c377d /]# [root@e0db7c5c377d /]# rpm-ostree --version rpm-ostree: Version: '2023.5' Git: b5231c34aa44e5ed2e894fd52c21259840489ff5 Features: - rust - compose - container [root@e0db7c5c377d /]# [root@e0db7c5c377d /]# [root@e0db7c5c377d /]# [root@e0db7c5c377d /]# curl -kO https://download.eng.bos.redhat.com/brewroot/vol/rhel-9/packages/ostree/2022.5/2.el9_0/x86_64/ostree-2022.5-2.el9_0.x86_64.rpm % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 238k 100 238k 0 0 493k 0 --:--:-- --:--:-- --:--:-- 492k [root@e0db7c5c377d /]# curl -kO https://download.eng.bos.redhat.com/brewroot/vol/rhel-9/packages/ostree/2022.5/2.el9_0/x86_64/ostree-libs-2022.5-2.el9_0.x86_64.rpm % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 432k 100 432k 0 0 592k 0 --:--:-- --:--:-- --:--:-- 592k [root@e0db7c5c377d /]# curl -kO https://download.eng.bos.redhat.com/brewroot/vol/rhel-9/packages/ostree/2022.5/2.el9_0/x86_64/ostree-grub2-2022.5-2.el9_0.x86_64.rpm % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9224 100 9224 0 0 35891 0 --:--:-- --:--:-- --:--:-- 35891 [root@e0db7c5c377d /]# dnf localinstall ostree-* [root@e0db7c5c377d /]# ostree --version libostree: Version: '2022.5' Git: f063d6554f95f094ce1f7b9448a2f29c3e5c8c8d Features: - inode64 - libcurl - libsoup - gpgme - ex-fsverity - libarchive - selinux - openssl - libmount - systemd - release - p2p [root@e0db7c5c377d /]# [root@e0db7c5c377d /]# [root@e0db7c5c377d /]# rpm -qa ostree ostree-2022.5-2.el9_0.x86_64 Change status to verified according to result in Comment 3 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (ostree bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:5601 |