From 95397ac3f7dfcf0494f73fb043f0030486f6ac6e Mon Sep 17 00:00:00 2001 From: Marie Loise Nolden Date: Sun, 9 Feb 2025 04:29:09 +0000 Subject: [PATCH] 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