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
From: Tomas Glozar on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3587#note_2284311...
Hi @jstancek,
I did an MR with almost the same content last week: !3584, as well as a corresponding MR for RHEL 10, so this one is duplicate.
Tomas
From: Tomas Glozar on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3587#note_2284311...
Hi @jstancek,
I did an MR with almost the same content last week: !3584, as well as a corresponding MR for RHEL 9, so this one is duplicate.
Tomas
From: Tomas Glozar on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3587#note_2284313...
Note: I'm also planning to open one for RHEL 10 after some syncing with the team.
From: Jan Stancek on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3587#note_2284605...
ok I'll close this one. Can you update yours to use %{package_name}?
From: Tomas Glozar on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3587#note_2284612...
Yes, thank you, I will also use that for RHEL.
kernel@lists.fedoraproject.org