diff options
author | Laura Abbott <labbott@fedoraproject.org> | 2016-05-17 15:54:56 -0700 |
---|---|---|
committer | Laura Abbott <labbott@fedoraproject.org> | 2016-05-17 15:54:58 -0700 |
commit | 3856ef7eb1db56671e00a069af6c0614c6b21c7f (patch) | |
tree | acf5e541c8bec9960d1ff6afe09a63d79b441170 /kernel.spec | |
parent | 01027370551133b74c154efd23fff29d859efcf2 (diff) | |
download | kernel-3856ef7eb1db56671e00a069af6c0614c6b21c7f.tar.gz kernel-3856ef7eb1db56671e00a069af6c0614c6b21c7f.tar.xz kernel-3856ef7eb1db56671e00a069af6c0614c6b21c7f.zip |
Adjust solib for cpupower
See ac5a181d065d ("cpupower: Add cpuidle parts into library")
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files 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 <labbott@redhat.com> - 4.7.0-0.rc0.git2.2 +- Adjust solib for cpupower + * Tue May 17 2016 Laura Abbott <labbott@redhat.com> - 4.7.0-0.rc0.git2.1 - Linux v4.6-1278-g1649098 - Enable CONFIG_INTEL_POWERCLAMP |