From 5207fcaa5622bd7da45d27e55d2ba30f84b5fae2 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 5 Nov 2019 15:53:42 -0500 Subject: [PATCH] import trace-cmd-2.7-8.el8 --- SPECS/trace-cmd.spec | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/SPECS/trace-cmd.spec b/SPECS/trace-cmd.spec index bcf37c1..a2a971f 100644 --- a/SPECS/trace-cmd.spec +++ b/SPECS/trace-cmd.spec @@ -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 - 2.7-8 +- Install kernelshark manpage with kernelshark subpackage, not with trace-cmd +Resolves: rhbz#1678252 + +* Tue Apr 02 2019 Clark Williams - 2.7-7 +- added OSCI gating framework +Resolves: rhbz#1682420 + * Thu Nov 15 2018 John Kacur - 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 - 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 - 2.7-4