From 05778694d93a3a6597a3360db0e1542aaed18a66 Mon Sep 17 00:00:00 2001 From: Bruno Goncalves Date: Fri, 19 Jun 2026 14:16:48 +0200 Subject: [PATCH 1/2] CI Gating: drop kernel-qe gating RPM-Changelog: - RPM-Skip-Release: yes --- gating.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gating.yaml b/gating.yaml index 1eb9868..7c715e3 100644 --- a/gating.yaml +++ b/gating.yaml @@ -26,7 +26,3 @@ rules: - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-power9.functional} - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gate-build-power10.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build.rebuild.validation} - - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.glibc-aarch64.tier1.functional} - - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.glibc-ppc64le.tier1.functional} - - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.glibc-s390x.tier1.functional} - - !PassingTestCaseRule {test_case_name: kernel-qe.kernel-ci.glibc-x86_64.tier1.functional} From 95397ac3f7dfcf0494f73fb043f0030486f6ac6e Mon Sep 17 00:00:00 2001 From: Marie Loise Nolden Date: Sun, 9 Feb 2025 04:29:09 +0000 Subject: [PATCH 2/2] bootstrap: exclude memusage and meusagestat packaging If build with bootstrap, memusage and memusagstat are not build so need to be conditionalized for packaging Resolves: RHEL-82678 --- glibc.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glibc.spec b/glibc.spec index fc5a513..7c78286 100644 --- a/glibc.spec +++ b/glibc.spec @@ -2301,8 +2301,10 @@ update_gconv_modules_cache () %endif %files utils +%if %{without bootstrap} %{_bindir}/memusage %{_bindir}/memusagestat +%endif %{_bindir}/mtrace %{_bindir}/pcprofiledump %{_bindir}/xtrace