Alexei Sorokin 2021-11-29 14:14:06 +00:00 committed by Git OBS Bridge
parent 2e452f7148
commit c101881d3d
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Sat Nov 27 18:07:31 UTC 2021 - Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 2.13.0:
* See https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=v2.13.0
- Add liburcu requirement to the development package.
- Add ARMv7 and RISC-V to supported architectures.
-------------------------------------------------------------------

View File

@ -30,9 +30,9 @@ Source1: https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2.a
Source2: %{name}.keyring
BuildRequires: gcc-c++
BuildRequires: libnuma-devel
BuildRequires: liburcu-devel
BuildRequires: pkgconfig
BuildRequires: python3
BuildRequires: pkgconfig(liburcu) >= 0.12
BuildRequires: pkgconfig(uuid)
ExclusiveArch: %ix86 x86_64 armv7l aarch64 riscv64 ppc64 ppc64le
@ -81,6 +81,7 @@ Group: Development/Languages/C and C++
Requires: liblttng-ust%{sover} = %{version}
Requires: liblttng-ust-ctl%{sover_ctl} = %{version}
Requires: liblttng-ust-python-agent%{sover} = %{version}
Requires: pkgconfig(liburcu)
# lttng-ust was last used in openSUSE Leap 42.3.
Provides: %{name} = %{version}
Obsoletes: %{name} < %{version}