Accepting request 1000002 from home:jengelh:branches:devel:tools:lttng
update OBS-URL: https://build.opensuse.org/request/show/1000002 OBS-URL: https://build.opensuse.org/package/show/devel:tools:lttng/lttng-ust?expand=0&rev=47
This commit is contained in:
parent
1598018890
commit
d6aff50c9d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cc42f51145050430ac4ab72b32d95fd78d5566ccbe44e14a8fcdd23c0ed8f6f
|
||||
size 1328225
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAmKaaBkACgkQFygKl4EY
|
||||
as9gFQf6AoqZUgaSHmSxGnPv7aPSyL5TIKj4d6GZmSuIknApJy5rMW1n7ZVXlGkL
|
||||
ZJsMRkmakjL8/8a0hgKR+HseSzkRZgCLcLNOBj0KR7Pa1Mm/8/oxLkGY8X0P/GfK
|
||||
3KXD+T2l6AhMolvPGbAk+qPMpIE8ftmQ3dAWZZXVMM1HvfOOxpPQfKQiGGF7BSD6
|
||||
/XMspKBBpD2+Og8fsGqRBdCRNIpdMLmCiK1gwdu/f9+Dqdx9lDBTOoVMlNoYvJhn
|
||||
SKEDitvE2svHIthkPFoikeZF7AicCSBCsU1q/xRU1T3aADi/Io5XDtPAAchJfd7u
|
||||
xLTMT3dsl04PD0sMbqOt/3Jh2movlQ==
|
||||
=bSIV
|
||||
-----END PGP SIGNATURE-----
|
3
lttng-ust-2.13.4.tar.bz2
Normal file
3
lttng-ust-2.13.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:698f82ec5dc56e981c0bb08c46ebabaf31c60e877c2e365b9fd6d3a9fff8b398
|
||||
size 1333603
|
11
lttng-ust-2.13.4.tar.bz2.asc
Normal file
11
lttng-ust-2.13.4.tar.bz2.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEKgtO2RXy0/pF9bFiFygKl4EYas8FAmL/8aMACgkQFygKl4EY
|
||||
as8TYwf/RXso15uxaOSPB5lKb8t1gV1cfmfs8dvARURTZXunwjOCNLvywBf5letX
|
||||
AunKtNQuz9Qewomsg5l2mmvtu9+Ykyepxto5KzntBfwvbFo4n73ArD+XNqfknj4W
|
||||
G4pWxvBjNVdu8rz5c1mWQLwHcNM+4NdMG8dsAv3xNFRpNjR28un2UEJv9Yq/3wDU
|
||||
AeiK/mjqCpRaKqjutwL6NslYwlcDmiM3m3AY9mnrfENMzK+xUE7TPQrYA3Fq3sEx
|
||||
8gaRltkVXPuLNLJ97Ajg1pnmr+S1EckYd7o3MwUu4L17u1rf9rCjBc87P6YRWd6U
|
||||
fPPEC2cYuI0DUNCfUWOW3D2KusTHGQ==
|
||||
=Ijyr
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 10:24:41 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.13.4
|
||||
* Added missing closedir in _get_max_cpuid_from_sysfs()
|
||||
* File descriptor was leaked in get_possible_cpu_mask_from_sysfs
|
||||
* sessiond wait futex: handle spurious futex wakeups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 19 14:30:31 UTC 2022 - Alexei Sorokin <sor.alexei@meowr.ru>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define sover 1
|
||||
%define sover_ctl 5
|
||||
Name: lttng-ust
|
||||
Version: 2.13.3
|
||||
Version: 2.13.4
|
||||
Release: 0
|
||||
Summary: Linux Trace Toolkit Userspace Tracer library
|
||||
License: GPL-2.0-only
|
||||
@ -75,7 +75,7 @@ tracepoints within the kernel LTT subsystem.
|
||||
|
||||
This package provides the LLTng-UST Python 3 agent.
|
||||
|
||||
%package -n %{name}-devel
|
||||
%package devel
|
||||
Summary: Linux Trace Toolkit Userspace Tracer library
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: liblttng-ust%{sover} = %{version}
|
||||
@ -86,11 +86,11 @@ Requires: pkgconfig(liburcu)
|
||||
Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
|
||||
%description -n %{name}-devel
|
||||
%description devel
|
||||
This library provides support for developing programs using LTTng
|
||||
userspace tracing.
|
||||
|
||||
%package -n %{name}-doc
|
||||
%package doc
|
||||
Summary: Linux Trace Toolkit Userspace Tracer Documentation
|
||||
Group: Documentation/Other
|
||||
Requires: liblttng-ust%{sover} = %{version}
|
||||
@ -99,6 +99,7 @@ Requires: liblttng-ust-python-agent%{sover} = %{version}
|
||||
# lttng-ust-docs was last used in openSUSE Leap 42.3.
|
||||
Provides: %{name}-docs = %{version}
|
||||
Obsoletes: %{name}-docs < %{version}
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}-doc
|
||||
This package includes documentation and examples for developing
|
||||
@ -158,14 +159,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{python3_sitelib}/lttngust/
|
||||
%{python3_sitelib}/lttngust-*
|
||||
|
||||
%files -n %{name}-devel
|
||||
%files devel
|
||||
%{_includedir}/lttng/
|
||||
%{_bindir}/lttng-gen-tp
|
||||
%{_mandir}/man1/lttng-gen-tp.1%{?ext_man}
|
||||
%{_libdir}/liblttng-ust*.so
|
||||
%{_libdir}/pkgconfig/lttng-ust*.pc
|
||||
|
||||
%files -n %{name}-doc
|
||||
%files doc
|
||||
%doc %{_docdir}/%{name}/
|
||||
%{_mandir}/man3/lttng-ust.3%{?ext_man}
|
||||
%{_mandir}/man3/lttng-ust-cyg-profile.3%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user