[kernel] And one more missing -n for kernel-tools

Jarod Wilson jwilson at fedoraproject.org
Sun Mar 15 06:11:17 UTC 2015


commit cd37906b18022c72b4599cb0af3cfbd1c001499c
Author: Jarod Wilson <jarod at redhat.com>
Date:   Sun Mar 15 02:10:02 2015 -0400

    And one more missing -n for kernel-tools
    
    Yeah, I shouldn't be committing things to the Fedora kernel tree when I
    haven't done so in years, and its after 2am on a Saturday night. I promise
    I haven't been drinking though...
    
    Signed-off-by: Jarod Wilson <jarod at redhat.com>

 kernel.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kernel.spec b/kernel.spec
index 428d55f..956ba66 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2195,7 +2195,7 @@ fi
 %endif
 
 %if %{with_debuginfo}
-%files -f kernel-tools-debuginfo.list tools-debuginfo
+%files -f kernel-tools-debuginfo.list -n kernel-tools-debuginfo
 %defattr(-,root,root)
 %endif
 


More information about the scm-commits mailing list