Re: [PATCH] spec: testsuite: weakly pull in kernel-uek-tools to get perf
Kris Van Hees <[email protected]> Tue, 27 Jan 2026 10:38:48 -0500
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
Horrible that we need to do it this way, but anyway... Reviewed-by: Kris Van Hees <[email protected]> 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 <[email protected]> > --- > 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 >