|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
%global __spec_install_pre %{___build_pre} |
|
|
|
|
|
|
|
|
|
# Define the version of the Linux Kernel Archive tarball. |
|
|
|
|
%define LKAver 4.14.78 |
|
|
|
|
%define LKAver 4.19.3 |
|
|
|
|
|
|
|
|
|
# Define the buildid, if required. |
|
|
|
|
#define buildid . |
|
|
|
@ -260,6 +260,14 @@ License: GPLv2
@@ -260,6 +260,14 @@ License: GPLv2
|
|
|
|
|
This package provides the perf tool and the supporting documentation |
|
|
|
|
for performance monitoring of the Linux kernel. |
|
|
|
|
|
|
|
|
|
%package -n perf-devel |
|
|
|
|
Summary: Performance monitoring of the kernel. |
|
|
|
|
Group: Development/System |
|
|
|
|
License: GPLv2 |
|
|
|
|
%description -n perf-devel |
|
|
|
|
This package provides the perf tool and the supporting documentation |
|
|
|
|
for performance monitoring of the Linux kernel. |
|
|
|
|
|
|
|
|
|
%package -n python-perf |
|
|
|
|
Summary: Python bindings for applications that will manipulate perf events. |
|
|
|
|
Group: Development/Libraries |
|
|
|
@ -809,6 +817,11 @@ fi
@@ -809,6 +817,11 @@ fi
|
|
|
|
|
%exclude %{_docdir}/perf-tip/ |
|
|
|
|
%{_sysconfdir}/bash_completion.d/perf |
|
|
|
|
|
|
|
|
|
%files -n perf-devel |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|
/usr/lib/perf/examples/bpf/* |
|
|
|
|
/usr/lib/perf/include/bpf/* |
|
|
|
|
|
|
|
|
|
%files -n python-perf |
|
|
|
|
%defattr(-,root,root) |
|
|
|
|
%{python_sitearch} |
|
|
|
|