Remove lingering kernelshark dependencies
These build dependencies were used solely for kernelshark, which has since been split out into its own package.
This commit is contained in:
parent
78354bc3a4
commit
9b1912ee9a
@ -1,7 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=Kernelshark
|
|
||||||
Comment=Analyze data output by trace-cmd
|
|
||||||
Exec=kernelshark
|
|
||||||
Type=Application
|
|
||||||
Categories=Development;Profiling;
|
|
||||||
Icon=applications-development
|
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: trace-cmd
|
Name: trace-cmd
|
||||||
Version: %{srcversion}
|
Version: %{srcversion}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPL-2.1-only AND LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later
|
License: LGPL-2.1-only AND LGPL-2.1-or-later AND GPL-2.0-only AND GPL-2.0-or-later
|
||||||
Summary: A user interface to Ftrace
|
Summary: A user interface to Ftrace
|
||||||
|
|
||||||
@ -28,13 +28,8 @@ BuildRequires: xmlto
|
|||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: mlocate
|
BuildRequires: mlocate
|
||||||
BuildRequires: graphviz doxygen
|
BuildRequires: graphviz doxygen
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: qt5-qtbase-devel
|
|
||||||
BuildRequires: freeglut-devel
|
|
||||||
BuildRequires: json-c-devel
|
|
||||||
BuildRequires: libtraceevent-devel >= 1.6.3
|
BuildRequires: libtraceevent-devel >= 1.6.3
|
||||||
BuildRequires: libtracefs-devel >= 1.5.0
|
BuildRequires: libtracefs-devel >= 1.5.0
|
||||||
BuildRequires: audit-libs-devel
|
BuildRequires: audit-libs-devel
|
||||||
@ -108,6 +103,9 @@ rm -rf %{buildroot}/%{_mandir}/man3/*
|
|||||||
%{_libdir}/%{name}/python/
|
%{_libdir}/%{name}/python/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 22 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 3.1.6-3
|
||||||
|
- Remove lingering kernelshark dependencies
|
||||||
|
|
||||||
* Mon Jun 05 2023 Zamir SUN <sztsian@gmail.com> - 3.1.6-2
|
* Mon Jun 05 2023 Zamir SUN <sztsian@gmail.com> - 3.1.6-2
|
||||||
- SPDX migration
|
- SPDX migration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user