Bug 2021828 - Please rebuild with json-c-0.13.1-3
Summary: Please rebuild with json-c-0.13.1-3
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: rpm-ostree
Version: 8.6
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Joseph Marrero
QA Contact: RHCOS SST QE
URL:
Whiteboard:
Depends On: 2219521 2001063
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-11-10 09:36 UTC by Tomas Korbar
Modified: 2023-07-04 06:41 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-11-09 14:17:16 UTC
Type: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-102370 0 None None None 2021-11-10 16:29:59 UTC

Comment 1 Timothée Ravier 2022-08-26 17:09:08 UTC
This one is likely already fixed.

Comment 2 Joseph Marrero 2022-11-09 14:12:44 UTC
We build rpm-ostree with the json-c provided on the repositories. It looks like we have been using `json-c-0.13.1-3` for a while.

We can see we are shipping rpm-ostree built with `json-c-0.13.1-3` on CentOS 8 even since 2022.2.8.gd50a74bd:

https://koji.mbox.centos.org/pkgs/packages/rpm-ostree/2022.2.8.gd50a74bd/2.el8/data/logs/x86_64/root.log

 

On the current RHCOS build we are still looking good:

bash-4.4# rpm-ostree --version
rpm-ostree:
 Version: '2022.10'
 Git: 6b302116c969397fd71899e3b9bb3b8c100d1af9
 Features:
  - rust
  - compose
  - rhsm

 

bash-4.4# rpm -qa rpm-ostree
rpm-ostree-2022.10.86.gd8f0c67a-3.el8.x86_64

bash-4.4# rpm -qa json-c
json-c-0.13.1-3.el8.x86_64

 

bash-4.4# ldd -v /usr/bin/rpm-ostree | grep libjson
    libjson-glib-1.0.so.0 => /lib64/libjson-glib-1.0.so.0 (0x00007f8d369cc000)
    libjson-c.so.4 => /lib64/libjson-c.so.4 (0x00007f8d34cf1000)
        libjson-c.so.4 (JSONC_0.14) => /lib64/libjson-c.so.4
    /lib64/libjson-glib-1.0.so.0:
    /lib64/libjson-c.so.4:

 

bash-4.4# rpm -q --whatprovides /lib64/libjson-c.so.4
json-c-0.13.1-3.el8.x86_64


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