Fix uninstall trace-cmd error and service start fail
This commit is contained in:
parent
de3e48b729
commit
46bc601add
@ -1,6 +1,6 @@
|
||||
Name: trace-cmd
|
||||
Version: 3.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A front-end for Ftrace
|
||||
License: GPLv2 and LGPLv2
|
||||
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: libzstd-devel
|
||||
BuildRequires: python3-devel
|
||||
Requires: libtraceevent
|
||||
|
||||
%description
|
||||
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}*
|
||||
%{_docdir}/trace-cmd/trace-cmd*.html
|
||||
%{_sysconfdir}/bash_completion.d/trace-cmd.bash
|
||||
%{_sysconfdir}/sysconfig/trace-cmd.conf
|
||||
%{_unitdir}/trace-cmd.service
|
||||
%{_udevrulesdir}/98-trace-cmd.rules
|
||||
|
||||
%files help
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man5/*
|
||||
%{_sysconfdir}/sysconfig/trace-cmd.conf
|
||||
%{_unitdir}/trace-cmd.service
|
||||
%{_udevrulesdir}/98-trace-cmd.rules
|
||||
|
||||
%files python3
|
||||
%doc Documentation/README.PythonPlugin
|
||||
%{_libdir}/%{name}/python/
|
||||
|
||||
%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
|
||||
- update to 3.2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user