[kernel/f18] Add turbostat and x86_engery_perf_policy debuginfo to kernel-tools-debuginfo

Josh Boyer jwboyer at fedoraproject.org
Fri Mar 8 23:42:58 UTC 2013


commit 3bcafa2d7a81daa1bf3cbaab4865f5ecc353f244
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Fri Mar 8 17:30:59 2013 -0500

    Add turbostat and x86_engery_perf_policy debuginfo to kernel-tools-debuginfo

 kernel.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index d0780e6..69ee038 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 206
+%global baserelease 207
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -931,7 +931,7 @@ This package provides debug information for package kernel-tools.
 # symlinks because of the trailing nonmatching alternation and
 # the leading .*, because of find-debuginfo.sh's buggy handling
 # of matching the pattern against the symlinks file.
-%{expand:%%global debuginfo_args %{?debuginfo_args} -p '.*%%{_bindir}/centrino-decode(\.debug)?|.*%%{_bindir}/powernow-k8-decode(\.debug)?|.*%%{_bindir}/cpupower(\.debug)?|.*%%{_libdir}/libcpupower.*|XXX' -o kernel-tools-debuginfo.list}
+%{expand:%%global debuginfo_args %{?debuginfo_args} -p '.*%%{_bindir}/centrino-decode(\.debug)?|.*%%{_bindir}/powernow-k8-decode(\.debug)?|.*%%{_bindir}/cpupower(\.debug)?|.*%%{_libdir}/libcpupower.*|.*%%{_bindir}/turbostat(\.debug)?|.*%%{_bindir}/x86_energy_perf_policy(\.debug)?|XXX' -o kernel-tools-debuginfo.list}
 
 %endif # with_tools
 
@@ -2370,6 +2370,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Fri Mar 08 2013 Josh Boyer <jwboyer at redhat.com>
+- Add turbostat and x86_engery_perf_policy debuginfo to kernel-tools-debuginfo
+
 * Fri Mar 08 2013 Justin M. Forbes <jforbes at redhat.com>
 - Revert "write backlight harder" until better solution is found (rhbz 917353)
 - Update team driver from net-next from Jiri Pirko


More information about the scm-commits mailing list