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

Kris Van Hees kris.van.hees at oracle.com
Tue Jan 27 15:38:48 UTC 2026


Horrible that we need to do it this way, but anyway...

Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>


On Tue, Jan 20, 2026 at 04:49:26PM +0000, Nick Alcock wrote:
> 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