Skip to content

Commit 0e61f95

Browse files
author
John Kacur
committed
rtla: Add License to spec file and sync summary text with upstream
Add License to spec file and sync summary text with upstream Also add BuildRequires and Requires explicitly for rtla Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2153891 Upstream Status: RHEL only Signed-off-by: John Kacur <jkacur@redhat.com> - Move BuildRequires and Requires to rtla subpackage Signed-off-by: John Kacur <jkacur@redhat.com> - Only the Requires belongs to the rtla subpackage, put BuildRequires back Signed-off-by: John Kacur <jkacur@redhat.com>
1 parent 8ae3e8f commit 0e61f95

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

redhat/kernel.spec.template

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,11 @@ BuildRequires: opencsd-devel >= 1.0.0
606606
%if %{with_tools}
607607
BuildRequires: gettext ncurses-devel
608608
BuildRequires: libcap-devel libcap-ng-devel
609+
# The following are rtla requirements
610+
BuildRequires: python3-docutils
611+
BuildRequires: libtraceevent-devel
609612
BuildRequires: libtracefs-devel
613+
610614
%ifnarch s390x
611615
BuildRequires: pciutils-devel
612616
%endif
@@ -1007,13 +1011,15 @@ This package provides debug information for package kernel-tools.
10071011
%{expand:%%global _find_debuginfo_opts %{?_find_debuginfo_opts} -p '.*%%{_bindir}/centrino-decode(\.debug)?|.*%%{_bindir}/powernow-k8-decode(\.debug)?|.*%%{_bindir}/cpupower(\.debug)?|.*%%{_libdir}/libcpupower.*|.*%%{_bindir}/turbostat(\.debug)?|.*%%{_bindir}/x86_energy_perf_policy(\.debug)?|.*%%{_bindir}/tmon(\.debug)?|.*%%{_bindir}/lsgpio(\.debug)?|.*%%{_bindir}/gpio-hammer(\.debug)?|.*%%{_bindir}/gpio-event-mon(\.debug)?|.*%%{_bindir}/gpio-watch(\.debug)?|.*%%{_bindir}/iio_event_monitor(\.debug)?|.*%%{_bindir}/iio_generic_buffer(\.debug)?|.*%%{_bindir}/lsiio(\.debug)?|.*%%{_bindir}/intel-speed-select(\.debug)?|.*%%{_bindir}/page_owner_sort(\.debug)?|.*%%{_bindir}/slabinfo(\.debug)?|.*%%{_sbindir}/intel_sdsi(\.debug)?|XXX' -o kernel-tools-debuginfo.list}
10081012

10091013
%package -n rtla
1010-
Summary: RTLA: Real-Time Linux Analysis tools
1014+
Summary: Real-Time Linux Analysis tools
1015+
License: GPLv2
1016+
Requires: libtraceevent
1017+
Requires: libtracefs
10111018
%description -n rtla
1012-
The rtla tool is a meta-tool that includes a set of commands that
1013-
aims to analyze the real-time properties of Linux. But, instead of
1014-
testing Linux as a black box, rtla leverages kernel tracing
1015-
capabilities to provide precise information about the properties
1016-
and root causes of unexpected results.
1019+
The rtla meta-tool includes a set of commands that aims to analyze
1020+
the real-time properties of Linux. Instead of testing Linux as a black box,
1021+
rtla leverages kernel tracing capabilities to provide precise information
1022+
about the properties and root causes of unexpected results.
10171023

10181024
# with_tools
10191025
%endif

0 commit comments

Comments
 (0)