Skip to content

fix(hub): add missing xz-libs entries to UBI10 RPM lockfile - #5394

Merged
openshift-ci[bot] merged 1 commit into
redhat-developer:mainfrom
polasudo:fix/hub-ubi10-xz-libs-lockfile
Sep 14, 2026
Merged

openshift-ci[bot] merged 1 commit into
redhat-developer:mainfrom
polasudo:fix/hub-ubi10-xz-libs-lockfile

Conversation

@polasudo

Copy link
Copy Markdown
Contributor

Summary

Add missing xz-libs RPM entries (aarch64 and x86_64) to the UBI 10 hub rpms.lock.yaml, unblocking :next hub image rebuilds after the better-sqlite3 merge.

Root cause

The xz package requires xz-libs at the same EVR (1:5.6.2-4.el10_2.1), but distgit/containers/rhdh-hub/rpms.lock.yaml only listed xz. Hermetic hub builds then failed with:

nothing provides xz-libs(x86-64) = 1:5.6.2-4.el10_2.1

Fix

Add xz-libs lockfile entries for both aarch64 and x86_64 at EVR 1:5.6.2-4.el10_2.1, matching the existing xz entries.

Test plan

  • grep xz-libs distgit/containers/rhdh-hub/rpms.lock.yaml shows aarch64 and x86_64 entries
  • Konflux :next hub image build completes without RPM dependency errors
  • No other changes to rpms.lock.yaml

Context

  • RHDHBUGS-3753 — tracks the :next hub image build failure
  • Unblocks :next image rebuild after #5359 (better-sqlite3 merge)

Made with Cursor

The xz package requires xz-libs at the same EVR, but rpms.lock.yaml
only listed xz. This caused :next hub image builds to fail with
"nothing provides xz-libs(x86-64) = 1:5.6.2-4.el10_2.1".

Co-authored-by: Cursor <cursoragent@cursor.com>
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.69%. Comparing base (134b1f5) to head (746a915).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5394      +/-   ##
==========================================
- Coverage   63.68%   59.69%   -3.99%     
==========================================
  Files         121      109      -12     
  Lines        2288     2062     -226     
  Branches      527      501      -26     
==========================================
- Hits         1457     1231     -226     
  Misses        829      829              
  Partials        2        2              
Flag Coverage Δ
rhdh 59.69% <ø> (-3.99%) ⬇️
Components Coverage Δ
Backend plugins ∅ <ø> (∅)
Backend app 69.69% <ø> (ø)
Frontend app 58.82% <ø> (ø)
Plugin utils ∅ <ø> (∅)

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 134b1f5...746a915. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

Copy link
Copy Markdown
Contributor

The container image was built successfully but failed to publish to the registry.

@polasudo
polasudo marked this pull request as ready for review September 14, 2026 13:33
@openshift-ci
openshift-ci Bot merged commit 9d56afd into redhat-developer:main Sep 14, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants