From 3856ef7eb1db56671e00a069af6c0614c6b21c7f Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Tue, 17 May 2016 15:54:56 -0700 Subject: [PATCH] Adjust solib for cpupower See ac5a181d065d ("cpupower: Add cpuidle parts into library") --- kernel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kernel.spec b/kernel.spec index 76e627b25..8941c6ae1 100644 --- a/kernel.spec +++ b/kernel.spec @@ -42,7 +42,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 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2061,7 +2061,7 @@ fi %ifarch %{cpupowerarchs} %files -n kernel-tools-libs %{_libdir}/libcpupower.so.0 -%{_libdir}/libcpupower.so.0.0.0 +%{_libdir}/libcpupower.so.0.0.1 %files -n kernel-tools-libs-devel %{_libdir}/libcpupower.so @@ -2145,6 +2145,9 @@ fi # # %changelog +* Tue May 17 2016 Laura Abbott - 4.7.0-0.rc0.git2.2 +- Adjust solib for cpupower + * Tue May 17 2016 Laura Abbott - 4.7.0-0.rc0.git2.1 - Linux v4.6-1278-g1649098 - Enable CONFIG_INTEL_POWERCLAMP