From: Jan Stancek jstancek@redhat.com
redhat/kernel.spec: list rtla dependency on tools-libs
JIRA: https://issues.redhat.com/browse/RHEL-70863
List rtla dependency for arches where rtla links against libcpupower. The explicit version is there to also silence rpminspect warning about "the need to test interoperability between various combinations of old and new subpackages."
Signed-off-by: Jan Stancek jstancek@redhat.com
diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -1293,6 +1293,9 @@ Epoch: %{gemini} Summary: Real-Time Linux Analysis tools Requires: libtraceevent Requires: libtracefs +%ifarch %{cpupowerarchs} +Requires: %{package_name}-tools-libs = %{version}-%{release} +%endif %description -n rtla The rtla meta-tool includes a set of commands that aims to analyze the real-time properties of Linux. Instead of testing Linux as a black box,
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3587