[kernel] Oops, missed a few more -n for kernel-tools

Jarod Wilson jwilson at fedoraproject.org
Sun Mar 15 06:08:36 UTC 2015


commit 831c8c2758677fb44a1410f8bab63f943ff9d004
Author: Jarod Wilson <jarod at redhat.com>
Date:   Sun Mar 15 02:08:25 2015 -0400

    Oops, missed a few more -n for kernel-tools
    
    Signed-off-by: Jarod Wilson <jarod at redhat.com>

 kernel.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 5e6c8b3..428d55f 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2174,7 +2174,7 @@ fi
 %endif # with_perf
 
 %if %{with_tools}
-%files tools -f cpupower.lang
+%files -n kernel-tools -f cpupower.lang
 %defattr(-,root,root)
 %ifarch %{cpupowerarchs}
 %{_bindir}/cpupower
@@ -2200,11 +2200,11 @@ fi
 %endif
 
 %ifarch %{cpupowerarchs}
-%files tools-libs
+%files -n kernel-tools-libs
 %{_libdir}/libcpupower.so.0
 %{_libdir}/libcpupower.so.0.0.0
 
-%files tools-libs-devel
+%files -n kernel-tools-libs-devel
 %{_libdir}/libcpupower.so
 %{_includedir}/cpufreq.h
 %endif


More information about the scm-commits mailing list