From 24d44f0fa47de632356ed0e65ed051c26d977415 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Mon, 17 Nov 2025 15:32:24 +0000 Subject: [PATCH] Revert "Work around underspecified dependencies for systemtap." This reverts commit 696e6836dc6a62cef4fe0a4e1b88ce0e6f0abb4e. Resolves: RHEL-130160 --- ruby.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ruby.spec b/ruby.spec index 4ba0fe0..f1c22ad 100644 --- a/ruby.spec +++ b/ruby.spec @@ -311,11 +311,6 @@ BuildRequires: zlib-devel %{?with_gmp:BuildRequires: gmp-devel} %{?with_systemtap:BuildRequires: %{_bindir}/dtrace} %{?with_systemtap:BuildRequires: systemtap-sdt-devel} -# Despite pulling what we'd expect to need, there is a missing dependency -# in systemtap, where pulling in %%{_bindir}/dtrace does not pull in also -# the python3-pyparsing package that is required for full functionality. -# Workaround: RHEL-86248 -%{?with_systemtap:BuildRequires: python3-pyparsing} %{?with_yjit:BuildRequires: %{_bindir}/rustc} # Install section