Alexei Sorokin
2017-11-05 00:29:22 +00:00
committed by Git OBS Bridge
parent 7bd53025d5
commit 6686cbad64
2 changed files with 14 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
-------------------------------------------------------------------
Sat Nov 4 10:10:46 UTC 2017 - sor.alexei@meowr.ru
- Add lttng-tools-fix-pkgconfig.patch: Add missing dependencies to
lttng-ctl.pc.
- Build for aarch64.
- Spec cleanup.

View File

@@ -16,9 +16,9 @@
#
%define _version 2.10.0
%define soname_ctl liblttng-ctl
%define sover_ctl 0
%define _version 2.10.0
%define soname_ctl liblttng-ctl
%define sover_ctl 0
Name: lttng-tools
Version: 2.10.1
Release: 0
@@ -27,12 +27,16 @@ License: GPL-2.0 AND LGPL-2.1
Group: Development/Tools/Other
URL: https://lttng.org/
Source: https://lttng.org/files/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: liburcu-devel
BuildRequires: libuuid-devel
BuildRequires: libxml2-devel
BuildRequires: lttng-ust-devel >= %{_version}
# PATCH-FIX-OPENSUSE lttng-tools-fix-pkgconfig.patch sor.alexei@meowr.ru -- Add missing dependencies to lttng-ctl.pc.
Patch0: lttng-tools-fix-pkgconfig.patch
BuildRequires: bison
BuildRequires: flex
BuildRequires: pkgconfig
BuildRequires: popt-devel
BuildRequires: pkgconfig(liburcu)
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(lttng-ust) >= %{_version}
BuildRequires: pkgconfig(uuid)
Requires: babeltrace
Recommends: lttng-modules-kmp
ExclusiveArch: %ix86 x86_64 aarch64 ppc64 ppc64le
@@ -61,6 +65,7 @@ subsystem from userspace.
%prep
%setup -q
%patch0 -p1
%build
%configure \