diff --git a/lttng-ust.spec b/lttng-ust.spec index b036688..91c3b6f 100644 --- a/lttng-ust.spec +++ b/lttng-ust.spec @@ -1,5 +1,5 @@ Name: lttng-ust -Version: 2.12.1 +Version: 2.12.2 Release: 1mamba Summary: Library allows any C/C++ application to be instrumented for and traced by LTTng Group: System/Libraries @@ -11,12 +11,10 @@ Source: http://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2 License: LGPL, MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libnuma-devel BuildRequires: liburcu-devel ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The LTTng User Space Tracing (LTTng-UST) library allows any C/C++ application to be instrumented for and traced by LTTng. @@ -90,6 +88,9 @@ This package contains libraries and header files for developing applications tha %changelog +* Tue May 18 2021 Automatic Build System 2.12.2-1mamba +- automatic version update by autodist + * Fri Feb 19 2021 Automatic Build System 2.12.1-1mamba - automatic version update by autodist