[DTrace-devel] [PATCH] spec: testsuite: weakly pull in kernel-uek-tools to get perf

Nick Alcock nick.alcock at oracle.com
Tue Jan 20 16:49:26 UTC 2026


This prevents yum/dnf from pulling in the first kernel it finds, which
is often entirely wrong.

(This is obviously only applicable to OL and no other distro.)

Orabug: 38064413
Signed-off-by: Nick Alcock <nick.alcock at oracle.com>
---
 dtrace.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dtrace.spec b/dtrace.spec
index 4b20dc4088595..9fb9f1f8f30dd 100644
--- a/dtrace.spec
+++ b/dtrace.spec
@@ -115,7 +115,8 @@ Requires:     %{name}-devel = %{version}-%{release} perl gcc java
 Requires:     java-devel perl-IO-Socket-IP perl-Net-Ping xfsprogs
 Requires:     exportfs vim-minimal %{name}%{?_isa} = %{version}-%{release}
 Requires:     coreutils wireshark %{glibc32}
-Requires:     perf time bc nfs-utils
+Requires:     time bc nfs-utils
+Suggests:     kernel-uek-tools
 Autoreq:      0
 Group:	      Development/System
 

base-commit: 6e94c7d0a253806f85c39ff5f4e32a800d4cb6b6
prerequisite-patch-id: 531b3b91cb7c41bb13c03b50038a80e76bd7b093
-- 
2.52.0.285.g44a719c714.dirty




More information about the DTrace-devel mailing list