gating: Fix CI triggering on s390x and ppc64le

The CI pipeline won't pass otherwise, preventing the riscv64
fix from being merged.

Related: RHEL-149797

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2026-03-10 15:50:33 +01:00
parent b6406287e6
commit 2c48d9544c
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,4 @@ product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-tmt-x86_64-aarch64.functional}
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-tmt-s390x-ppc64le.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -228,6 +228,7 @@ fi
%changelog
* Sun Feb 15 2026 Andrea Bolognani <abologna@redhat.com> - 6.12-4
- Additional riscv64 build fixes (RHEL-149797)
- Fix CI triggering on s390x and ppc64le
* Wed Dec 17 2025 Michael Petlan <mpetlan@redhat.com> - 6.12.3
- Fix incorrect inet_pton call discovered by fortification (RHEL-136502)