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.
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: 2001063 2219521
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.