automatic version update by autodist [release 2.13.0-1mamba;Sun Aug 15 2021]

This commit is contained in:
Automatic Build System 2024-01-06 06:31:13 +01:00
parent 76e99e3c9c
commit 84077b3f6a

View File

@ -1,5 +1,5 @@
Name: lttng-ust
Version: 2.12.2
Version: 2.13.0
Release: 1mamba
Summary: Library allows any C/C++ application to be instrumented for and traced by LTTng
Group: System/Libraries
@ -10,9 +10,13 @@ URL: https://lttng.org
Source: http://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2
License: LGPL, MIT
## AUTOBUILDREQ-BEGIN
#ld-linux-x86-64.so.2()(64bit): .so link not found
#ld-linux-x86-64.so.2(GLIBC_2.3)(64bit): .so link not found
#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package
#libpthread.so.0()(64bit): /usr/lib64/libpthread.so: file not owned by any package
#librt.so.1()(64bit): /usr/lib64/librt.so: file not owned by any package
BuildRequires: glibc-devel
BuildRequires: libnuma-devel
BuildRequires: liburcu-devel
## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -60,7 +64,7 @@ This package contains libraries and header files for developing applications tha
%defattr(-,root,root)
%{_libdir}/liblttng-ust-*.so.*
%{_libdir}/liblttng-ust.so.*
%doc COPYING LICENSE
%doc LICENSE
%files -n lib%{name}-devel
%defattr(-,root,root)
@ -77,17 +81,17 @@ This package contains libraries and header files for developing applications tha
%{_datadir}/doc/lttng-ust/*
%{_mandir}/man1/lttng-gen-tp.1*
%{_mandir}/man3/do_tracepoint.3*
%{_mandir}/man3/lttng-ust-cyg-profile.3*
%{_mandir}/man3/lttng-ust-dl.3*
%{_mandir}/man3/lttng-ust.3*
%{_mandir}/man3/lttng*.3*
%{_mandir}/man3/tracef.3*
%{_mandir}/man3/tracelog.3*
%{_mandir}/man3/tracepoint.3*
%{_mandir}/man3/tracepoint_enabled.3*
%doc ChangeLog README.md
%changelog
* Sun Aug 15 2021 Automatic Build System <autodist@mambasoft.it> 2.13.0-1mamba
- automatic version update by autodist
* Tue May 18 2021 Automatic Build System <autodist@mambasoft.it> 2.12.2-1mamba
- automatic version update by autodist