Bug 2221997 - Rebase ostree to v2023.5 plus backport https://github.com/ostreedev/ostree/commit/7f70614a1ac1950ebde3df0e26cc9ab1d72b2f1f
Summary: Rebase ostree to v2023.5 plus backport https://github.com/ostreedev/ostree/co...
Keywords:
Status: MODIFIED
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: ostree
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Joseph Marrero
QA Contact: Aashish Radhakrishnan
URL:
Whiteboard:
: 2230059 (view as bug list)
Depends On:
Blocks: 2230111
TreeView+ depends on / blocked
 
Reported: 2023-07-11 12:37 UTC by Joseph Marrero
Modified: 2023-08-23 01:39 UTC (History)
5 users (show)

Fixed In Version: ostree-2023.5-1.el9
Doc Type: Rebase: Bug Fixes and Enhancements
Doc Text:
New release, see https://github.com/ostreedev/ostree/releases/tag/v2023.5
Clone Of:
Environment:
Last Closed:
Type: Bug
Target Upstream Version: v2023.5
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Gitlab redhat/centos-stream/rpms/ostree/-/commit/f4c3fe1ce9e20449e434a26ca02c79596925b16f 0 None None None 2023-08-16 13:53:11 UTC
Red Hat Issue Tracker RHELPLAN-162022 0 None None None 2023-07-11 12:41:28 UTC

Description Joseph Marrero 2023-07-11 12:37:58 UTC
Rebase to https://github.com/ostreedev/ostree/releases/tag/v2023.5

Comment 1 Joseph Marrero 2023-08-04 19:27:34 UTC
adding this backport to the rebase https://github.com/ostreedev/ostree/commit/7f70614a1ac1950ebde3df0e26cc9ab1d72b2f1f

Comment 4 Joseph Marrero 2023-08-08 18:24:54 UTC
*** Bug 2230059 has been marked as a duplicate of this bug. ***

Comment 5 HuijingHei 2023-08-23 01:38:59 UTC
Do sanity test with installation:

$ podman run --pull=always --rm --name=c9s -it quay.io/centos/centos:stream9

[root@893e97dde5b6 tmp]# for i in "" -grub2 -libs; do curl -LO http://download.eng.bos.redhat.com/brewroot/vol/rhel-9/packages/ostree/2023.5/1.el9/x86_64/ostree${i}-2023.5-1.el9.x86_64.rpm; done

[root@893e97dde5b6 tmp]# dnf install ./*.rpm
[root@893e97dde5b6 tmp]# # ostree --version
libostree:
 Version: '2023.5'
 Git: 2dfd9f5370a62a2f43cd10520537f8d14c3246d4
 Features:
  - libcurl
  - libsoup
  - gpgme
  - ex-fsverity
  - libarchive
  - selinux
  - openssl
  - libmount
  - systemd
  - release
  - p2p

[root@893e97dde5b6 tmp]# rpm -q ostree
ostree-2023.5-1.el9.x86_64


Note You need to log in before you can comment on or make changes to this bug.