Summary: This package contains the 'perf' performance analysis tools for Linux kernel Name: linux-tools Version: 4.9.0 Release: 1%{?dist} License: GPLv2 URL: http://www.kernel.org/ Group: System/Tools Vendor: VMware, Inc. Distribution: Photon #Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%{version}.tar.xz Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.tar.xz %define sha1 linux=fa46da077c077467776cdc45a7b50d327a081ab4 BuildRequires: audit-devel Requires: audit filesystem kmod coreutils binutils %description This package contains the 'perf' performance analysis tools for Linux kernel. %prep #%setup -q -n linux-%{version} %setup -q -n linux-4.9 %build make -C tools perf %install # disable (JOBS=1) parallel build to fix this issue: # fixdep: error opening depfile: ./.plugin_cfg80211.o.d: No such file or directory # Linux version that was affected is 4.4.26 make -C tools JOBS=1 DESTDIR=%{buildroot} prefix=%{_prefix} perf_install mv %{buildroot}/usr/lib64 %{buildroot}%{_libdir} %files %defattr(-,root,root) /usr/libexec %exclude %{_libdir}/debug %{_libdir}/traceevent %{_bindir} /etc/bash_completion.d/* /usr/share/perf-core/strace/groups/file /usr/share/doc/* %changelog * Mon Dec 12 2016 Alexey Makhalov 4.9.0-1 - Update to linux-4.9.0 * Mon Nov 28 2016 Harish Udaiya Kumar 4.4.35-2 - Building it with audit-devel * Mon Nov 28 2016 Alexey Makhalov 4.4.35-1 - Update to linux-4.4.35 * Thu Nov 10 2016 Alexey Makhalov 4.4.31-1 - Update to linux-4.4.31 * Fri Oct 28 2016 Alexey Makhalov 4.4.26-2 - Disable parallel build for the perf_install. * Mon Oct 24 2016 Anish Swaminathan 4.4.26-1 - Update to linux-4.4.26 * Wed Sep 7 2016 Alexey Makhalov 4.4.20-1 - Update to linux-4.4.20 * Mon Jun 20 2016 Harish Udaiya Kumar 4.4.8-3 - Added patch to fix perf top segmentation fault. * Tue May 24 2016 Priyesh Padmavilasom 4.4.8-2 - GA - Bump release of all rpms * Thu Apr 28 2016 Alexey Makhalov 4.4.8-1 - Update to linux-4.4.8 * Wed Jan 13 2016 Anish Swaminathan 4.2.0-2 - Fix for new perl * Wed Nov 5 2014 Divya Thaluru 3.13.3-1 - Initial build. First version