!79 Fix uninstall trace-cmd error and service start fail
From: @wk333 Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
f86e6442a1
@ -1,6 +1,6 @@
|
|||||||
Name: trace-cmd
|
Name: trace-cmd
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A front-end for Ftrace
|
Summary: A front-end for Ftrace
|
||||||
License: GPLv2 and LGPLv2
|
License: GPLv2 and LGPLv2
|
||||||
URL: http://git.kernel.org/?p=linux/kernel/git/rostedt/trace-cmd.git;a=summary
|
URL: http://git.kernel.org/?p=linux/kernel/git/rostedt/trace-cmd.git;a=summary
|
||||||
@ -30,6 +30,7 @@ BuildRequires: swig
|
|||||||
#BuildRequires: libtracecmd-devel
|
#BuildRequires: libtracecmd-devel
|
||||||
BuildRequires: libzstd-devel
|
BuildRequires: libzstd-devel
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
|
Requires: libtraceevent
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package is a user-space front-end command-line tool for Ftrace.
|
This package is a user-space front-end command-line tool for Ftrace.
|
||||||
@ -87,19 +88,22 @@ rm -rf %{buildroot}/%{_mandir}/man3/*
|
|||||||
%{_mandir}/man5/%{name}*
|
%{_mandir}/man5/%{name}*
|
||||||
%{_docdir}/trace-cmd/trace-cmd*.html
|
%{_docdir}/trace-cmd/trace-cmd*.html
|
||||||
%{_sysconfdir}/bash_completion.d/trace-cmd.bash
|
%{_sysconfdir}/bash_completion.d/trace-cmd.bash
|
||||||
|
%{_sysconfdir}/sysconfig/trace-cmd.conf
|
||||||
|
%{_unitdir}/trace-cmd.service
|
||||||
|
%{_udevrulesdir}/98-trace-cmd.rules
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
%{_sysconfdir}/sysconfig/trace-cmd.conf
|
|
||||||
%{_unitdir}/trace-cmd.service
|
|
||||||
%{_udevrulesdir}/98-trace-cmd.rules
|
|
||||||
|
|
||||||
%files python3
|
%files python3
|
||||||
%doc Documentation/README.PythonPlugin
|
%doc Documentation/README.PythonPlugin
|
||||||
%{_libdir}/%{name}/python/
|
%{_libdir}/%{name}/python/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 08 2024 wangkai <13474090681@163.com> - 3.2-2
|
||||||
|
- Fix uninstall trace-cmd error and service start fail
|
||||||
|
|
||||||
* Tue Oct 22 2024 shafeipaozi <sunbo.oerv@isrc.iscas.ac.cn> - 3.2-1
|
* Tue Oct 22 2024 shafeipaozi <sunbo.oerv@isrc.iscas.ac.cn> - 3.2-1
|
||||||
- update to 3.2
|
- update to 3.2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user