This commit is contained in:
parent
2e452f7148
commit
c101881d3d
@ -3,6 +3,7 @@ Sat Nov 27 18:07:31 UTC 2021 - Alexei Sorokin <sor.alexei@meowr.ru>
|
|||||||
|
|
||||||
- Update to version 2.13.0:
|
- Update to version 2.13.0:
|
||||||
* See https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=v2.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.
|
- Add ARMv7 and RISC-V to supported architectures.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -30,9 +30,9 @@ Source1: https://lttng.org/files/lttng-ust/lttng-ust-%{version}.tar.bz2.a
|
|||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libnuma-devel
|
BuildRequires: libnuma-devel
|
||||||
BuildRequires: liburcu-devel
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
|
BuildRequires: pkgconfig(liburcu) >= 0.12
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
ExclusiveArch: %ix86 x86_64 armv7l aarch64 riscv64 ppc64 ppc64le
|
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%{sover} = %{version}
|
||||||
Requires: liblttng-ust-ctl%{sover_ctl} = %{version}
|
Requires: liblttng-ust-ctl%{sover_ctl} = %{version}
|
||||||
Requires: liblttng-ust-python-agent%{sover} = %{version}
|
Requires: liblttng-ust-python-agent%{sover} = %{version}
|
||||||
|
Requires: pkgconfig(liburcu)
|
||||||
# lttng-ust was last used in openSUSE Leap 42.3.
|
# lttng-ust was last used in openSUSE Leap 42.3.
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
Obsoletes: %{name} < %{version}
|
Obsoletes: %{name} < %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user