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
This commit is contained in:
Jerome Marchand 2021-05-03 16:11:20 +02:00
parent cb3591e1b5
commit 640ce012ff
1 changed files with 8 additions and 5 deletions

View File

@ -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 <jmarchan@redhat.com> -1:1.2-6
* Mon May 03 21 Jerome Marchand <jmarchan@redhat.com> - 1:1.2-7
- libtracecmd is a subpackage of trace-cmd for now
* Thu Apr 22 2021 Jerome Marchand <jmarchan@redhat.com> - 1:1.2-6
- libtracecmd is not yet available on c9s/el9
* Mon Apr 19 2021 Jerome Marchand <jmarchan@redhat.com> -1:1.2-5
* Mon Apr 19 2021 Jerome Marchand <jmarchan@redhat.com> - 1:1.2-5
- Rebuild with external tracing libs
- Misc cleanup