From 640ce012ff119698c4fb4da65398df1627deb31b Mon Sep 17 00:00:00 2001 From: Jerome Marchand Date: Mon, 3 May 2021 16:11:20 +0200 Subject: [PATCH] Build with libtracecmd{,-devel} trace-cmd-libs has been renamed libtracecmd. It still a subpackge of trace-cmd, but will be a standalone package at some. Resolves: rhbz#1952414 Related: rhbz#1947392 --- kernelshark.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/kernelshark.spec b/kernelshark.spec index 3ad7f70..191ba0a 100644 --- a/kernelshark.spec +++ b/kernelshark.spec @@ -1,6 +1,6 @@ Name: kernelshark Version: 1.2 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 1 # As of 1.1, only kernelshark.cpp, kshark-record.cpp and examples are GPL-2.0. The rest of kernel-shark is LGPL-2.1. @@ -25,8 +25,8 @@ BuildRequires: pkgconfig(glut) BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(Qt5Core) -BuildRequires: trace-cmd-devel -BuildRequires: trace-cmd-libs +BuildRequires: libtracecmd +BuildRequires: libtracecmd-devel BuildRequires: xmlto BuildRequires: make Requires: polkit @@ -76,10 +76,13 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat %{_metainfodir}/%{name}.appdata.xml %changelog -* Thu Apr 22 2021 Jerome Marchand -1:1.2-6 +* Mon May 03 21 Jerome Marchand - 1:1.2-7 +- libtracecmd is a subpackage of trace-cmd for now + +* Thu Apr 22 2021 Jerome Marchand - 1:1.2-6 - libtracecmd is not yet available on c9s/el9 -* Mon Apr 19 2021 Jerome Marchand -1:1.2-5 +* Mon Apr 19 2021 Jerome Marchand - 1:1.2-5 - Rebuild with external tracing libs - Misc cleanup