Browse Source

x86 updates to kernel package

Signed-off-by: basebuilder_pel7x64builder0 <basebuilder@powerel.org>
master
basebuilder_pel7x64builder0 6 years ago
parent
commit
fa75d1db6f
  1. 9
      SPECS/kernel.spec

9
SPECS/kernel.spec

@ -55,7 +55,7 @@
# 64-bit kernel-ml, headers, perf & tools. # 64-bit kernel-ml, headers, perf & tools.
%define with_doc 0 %define with_doc 0
%define with_bootwrapper 0 %define with_bootwrapper 0
%define make_target bzImage %define make_target vmlinux
%define configarch x86_64 %define configarch x86_64
%endif %endif


@ -771,10 +771,9 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/perf %{_bindir}/perf
%{_bindir}/trace %{_bindir}/trace
#%{_libdir}/libperf-jvmti.so %{_libdir}/libperf-jvmti.so
#%dir %{_libdir}/traceevent/plugins #%dir %{_libdir}/traceevent/plugins
#%{_libdir}/traceevent/plugins/* %{_libdir}/traceevent/plugins/*
%exclude /usr/lib/traceevent/plugins/*
%dir %{_libexecdir}/perf-core %dir %{_libexecdir}/perf-core
%{_libexecdir}/perf-core/* %{_libexecdir}/perf-core/*
%{_mandir}/man[1-8]/perf* %{_mandir}/man[1-8]/perf*
@ -797,7 +796,7 @@ fi
%config(noreplace) %{_sysconfdir}/sysconfig/cpupower %config(noreplace) %{_sysconfdir}/sysconfig/cpupower
%ifarch x86_64 %ifarch x86_64
%{_bindir}/centrino-decode %{_bindir}/centrino-decode
%{_bindir}/powernow-k8-decode #%{_bindir}/powernow-k8-decode
%{_bindir}/x86_energy_perf_policy %{_bindir}/x86_energy_perf_policy
%{_mandir}/man8/x86_energy_perf_policy* %{_mandir}/man8/x86_energy_perf_policy*
%{_bindir}/turbostat %{_bindir}/turbostat

Loading…
Cancel
Save