import trace-cmd-2.7-8.el8
This commit is contained in:
parent
a5b59cfba1
commit
5207fcaa56
@ -4,7 +4,7 @@
|
||||
|
||||
Name: trace-cmd
|
||||
Version: 2.7
|
||||
Release: 6%{?dist}
|
||||
Release: 8%{?dist}
|
||||
License: GPLv2 and LGPLv2
|
||||
Summary: A user interface to Ftrace
|
||||
|
||||
@ -59,7 +59,7 @@ make V=1 CFLAGS="%{optflags} -D_GNU_SOURCE -g -Wall -fPIE -fstack-protector-stro
|
||||
MANPAGE_DOCBOOK_XSL=$MANPAGE_DOCBOOK_XSL prefix=%{_prefix} all doc gui
|
||||
|
||||
%install
|
||||
make V=1 DESTDIR=%{buildroot}/ prefix=%{_prefix} install install_doc install_gui
|
||||
make V=1 DESTDIR=%{buildroot}/ prefix=%{_prefix} install install_doc install_gui
|
||||
find %{buildroot}%{_mandir} -type f | xargs chmod u-x,g-x,o-x
|
||||
find %{buildroot}%{_datadir} -type f | xargs chmod u-x,g-x,o-x
|
||||
find %{buildroot}%{_libdir} -type f -iname "*.so" | xargs chmod 0755
|
||||
@ -91,7 +91,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kernelshark.desktop
|
||||
%{_libdir}/%{name}/plugins/plugin_tlb.so
|
||||
%{_libdir}/%{name}/plugins/plugin_xen.so
|
||||
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man1/trace-cmd*
|
||||
%{_mandir}/man5/*
|
||||
%{_unitdir}/trace-cmd.service
|
||||
%{_sysconfdir}/sysconfig/trace-cmd.conf
|
||||
@ -104,15 +104,24 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/kernelshark.desktop
|
||||
%{_datadir}/kernelshark
|
||||
%{_datadir}/applications/kernelshark.desktop
|
||||
%{_sysconfdir}/bash_completion.d/trace-cmd.bash
|
||||
%{_mandir}/man1/kernelshark.1.gz
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 26 2019 John Kacur <jkacur@redhat.com> - 2.7-8
|
||||
- Install kernelshark manpage with kernelshark subpackage, not with trace-cmd
|
||||
Resolves: rhbz#1678252
|
||||
|
||||
* Tue Apr 02 2019 Clark Williams <williams@redhat.com> - 2.7-7
|
||||
- added OSCI gating framework
|
||||
Resolves: rhbz#1682420
|
||||
|
||||
* Thu Nov 15 2018 John Kacur <jkacur@redhat.com> - 2.7-6
|
||||
- The changes to the Makefile need to be applied from the specfile too.
|
||||
Resolves: rhbz#1601040
|
||||
|
||||
* Tue Jul 31 2018 John Kacur <jkacur@redhat.com> - 2.7-5
|
||||
- trace-cmd-Makefile-Consistent-ELF-application-harden.patch
|
||||
- trace-cmd-Makefile-Consistent-ELF-application-harden.patch
|
||||
Resolves: rhbz#1601040
|
||||
|
||||
* Mon Jun 11 2018 John Kacur <jkacur@redhat.com> - 2.7-4
|
||||
|
Loading…
Reference in New Issue
Block a user