Summary: This package contains the 'perf' performance analysis tools for Linux kernel Name: linux-tools Version: 4.4.64 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 %define sha1 linux=4554451ee0b50e55674795f5d760fdbc72df7bf3 Patch0: perf-top-sigsegv-fix.patch Requires: filesystem kmod coreutils binutils %description This package contains the 'perf' performance analysis tools for Linux kernel. %prep %setup -q -n linux-%{version} %patch0 -p1 %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/* %changelog * Thu Apr 27 2017 Alexey Makhalov 4.4.64-1 - Update version * Mon Apr 10 2017 Alexey Makhalov 4.4.60-1 - Update to linux-4.4.60 * Wed Mar 15 2017 Alexey Makhalov 4.4.54-1 - Update to linux-4.4.54 * Thu Feb 23 2017 Alexey Makhalov 4.4.51-1 - Update to linux-4.4.51 * Mon Jan 9 2017 Alexey Makhalov 4.4.41-1 - Update to linux-4.4.41 * 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