Skip to content

Commit 9635e02

Browse files
author
Herton R. Krzesinski
committed
Merge: rtla: Add License to spec file and sync summary text with upstream
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1804 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> Approved-by: Herton R. Krzesinski <herton@redhat.com> Approved-by: Clark Williams <williams@redhat.com> Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
2 parents 0375af8 + 0e61f95 commit 9635e02

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
@@ -603,7 +603,11 @@ BuildRequires: opencsd-devel >= 1.0.0
603603
%if %{with_tools}
604604
BuildRequires: gettext ncurses-devel
605605
BuildRequires: libcap-devel libcap-ng-devel
606+
# The following are rtla requirements
607+
BuildRequires: python3-docutils
608+
BuildRequires: libtraceevent-devel
606609
BuildRequires: libtracefs-devel
610+
607611
%ifnarch s390x
608612
BuildRequires: pciutils-devel
609613
%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)