From d2784c597d453c1b5ade27f7c227d429f69d7ef8 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Fri, 5 Jul 2024 19:19:24 +0000 Subject: [PATCH] lldb: add BuildRequires: procps-ng This is to mitigate `/bin/sh: line 1: ps: command not found` in the build logs. --- llvm.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm.spec b/llvm.spec index bb4a536..f3296b0 100644 --- a/llvm.spec +++ b/llvm.spec @@ -184,6 +184,9 @@ BuildRequires: perl(Sys::Hostname) BuildRequires: graphviz +# This is required because we need "ps" when running LLDB tests +BuildRequires: procps-ng + %if %{without compat_build} # For reproducible pyc file generation # See https://docs.fedoraproject.org/en-US/packaging-guidelines/Python_Appendix/#_byte_compilation_reproducibility