From 425eb7213cfa9e9b19f139cd3b9bda1afdbec1e4 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 5 Feb 2022 21:16:17 +0100 Subject: [PATCH] - updated to 2.13.1 --- lttng-tools.spec | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/lttng-tools.spec b/lttng-tools.spec index df7f021..27294bb 100644 --- a/lttng-tools.spec +++ b/lttng-tools.spec @@ -1,12 +1,12 @@ Summary: LTTng Trace Control Summary(pl.UTF-8): Sterowanie śledzeniem LTTng Name: lttng-tools -Version: 2.12.3 -Release: 3 +Version: 2.13.1 +Release: 1 License: LGPL v2.1+ (library), GPL v2 (tools) Group: Libraries Source0: https://lttng.org/files/lttng-tools/%{name}-%{version}.tar.bz2 -# Source0-md5: 0be07f51bbcde9c549575285217957a4 +# Source0-md5: aca6cf483f2957c1111cd24babb4a75c Patch0: %{name}-python.patch Patch1: x32.patch Patch2: %{name}-swig-crash.patch @@ -28,13 +28,13 @@ BuildRequires: popt-devel >= 1.13 BuildRequires: python3-devel >= 1:3.2 BuildRequires: rpmbuild(macros) >= 1.219 BuildRequires: swig-python >= 2.0.0 -BuildRequires: userspace-rcu-devel >= 0.9.0 +BuildRequires: userspace-rcu-devel >= 0.13 BuildRequires: xmlto #BuildRequires: jdk java-lttng-ust # used for tests only Requires: libxml2 >= 1:2.7.6 Requires: lttng-ust >= 2.12 Requires: popt >= 1.13 -Requires: userspace-rcu >= 0.9.0 +Requires: userspace-rcu >= 0.13 Requires: uname(release) >= 2.6.27 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -56,7 +56,7 @@ Requires: kmod-devel Requires: libuuid-devel Requires: libxml2-devel >= 1:2.7.6 Requires: popt-devel >= 1.13 -Requires: userspace-rcu-devel >= 0.9.0 +Requires: userspace-rcu-devel >= 0.13 %description devel Header files for LTTng control library. @@ -147,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc ChangeLog LICENSE README.md doc/{live-reading-{howto,protocol},quickstart,relayd-architecture,snapshot-howto,streaming-howto}.txt +%doc ChangeLog LICENSE README.adoc doc/{live-reading-{howto,protocol},quickstart,relayd-architecture,snapshot-howto,streaming-howto}.txt %attr(755,root,root) %{_bindir}/lttng %attr(755,root,root) %{_bindir}/lttng-crash %attr(755,root,root) %{_bindir}/lttng-relayd @@ -160,6 +160,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xml/lttng %{_mandir}/man1/lttng.1* %{_mandir}/man1/lttng-add-context.1* +%{_mandir}/man1/lttng-add-trigger.1* %{_mandir}/man1/lttng-clear.1* %{_mandir}/man1/lttng-crash.1* %{_mandir}/man1/lttng-create.1* @@ -172,9 +173,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/lttng-enable-rotation.1* %{_mandir}/man1/lttng-help.1* %{_mandir}/man1/lttng-list.1* +%{_mandir}/man1/lttng-list-triggers.1* %{_mandir}/man1/lttng-load.1* %{_mandir}/man1/lttng-metadata.1* %{_mandir}/man1/lttng-regenerate.1* +%{_mandir}/man1/lttng-remove-trigger.1* %{_mandir}/man1/lttng-rotate.1* %{_mandir}/man1/lttng-save.1* %{_mandir}/man1/lttng-set-session.1* @@ -186,6 +189,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/lttng-untrack.1* %{_mandir}/man1/lttng-version.1* %{_mandir}/man1/lttng-view.1* +%{_mandir}/man7/lttng-concepts.7* +%{_mandir}/man7/lttng-event-rule.7* %{_mandir}/man8/lttng-relayd.8* %{_mandir}/man8/lttng-sessiond.8* @@ -204,11 +209,17 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/lttng/destruction-handle.h %{_includedir}/lttng/domain.h %{_includedir}/lttng/endpoint.h +%{_includedir}/lttng/error-query.h %{_includedir}/lttng/event.h +%{_includedir}/lttng/event-expr.h +%{_includedir}/lttng/event-field-value.h +%{_includedir}/lttng/event-rule %{_includedir}/lttng/handle.h %{_includedir}/lttng/health.h +%{_includedir}/lttng/kernel-probe.h %{_includedir}/lttng/load.h %{_includedir}/lttng/location.h +%{_includedir}/lttng/log-level-rule.h %{_includedir}/lttng/lttng.h %{_includedir}/lttng/lttng-error.h %{_includedir}/lttng/rotation.h -- 2.44.0