From: Jan Stancek <[email protected]> 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 Signed-off-by: John Kacur <[email protected]> Signed-off-by: Jan Stancek <[email protected]> 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 @@ -696,7 +696,11 @@ BuildRequires: opencsd-devel >= 1.0.0 BuildRequires: python3-docutils BuildRequires: gettext ncurses-devel BuildRequires: libcap-devel libcap-ng-devel +# The following are rtla requirements +BuildRequires: python3-docutils +BuildRequires: libtraceevent-devel BuildRequires: libtracefs-devel + %ifnarch s390x BuildRequires: pciutils-devel %endif @@ -1171,13 +1175,15 @@ This package provides debug information for package %{package_name}-tools. %if 0%{gemini} Epoch: %{gemini} %endif -Summary: RTLA: Real-Time Linux Analysis tools +Summary: Real-Time Linux Analysis tools +License: GPLv2 +Requires: libtraceevent +Requires: libtracefs %description -n rtla -The rtla tool is a meta-tool that includes a set of commands that -aims to analyze the real-time properties of Linux. But, instead of -testing Linux as a black box, rtla leverages kernel tracing -capabilities to provide precise information about the properties -and root causes of unexpected results. +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, +rtla leverages kernel tracing capabilities to provide precise information +about the properties and root causes of unexpected results. %package -n rv Summary: RV: Runtime Verification -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2847 -- _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
