diff options
author | Jarod Wilson <jarod@redhat.com> | 2015-03-15 02:10:02 -0400 |
---|---|---|
committer | Jarod Wilson <jarod@redhat.com> | 2015-03-15 02:10:02 -0400 |
commit | cd37906b18022c72b4599cb0af3cfbd1c001499c (patch) | |
tree | b2528b2e6b519d7a22d48112c2be2a19afd45a76 /kernel.spec | |
parent | 831c8c2758677fb44a1410f8bab63f943ff9d004 (diff) | |
download | kernel-cd37906b18022c72b4599cb0af3cfbd1c001499c.tar.gz kernel-cd37906b18022c72b4599cb0af3cfbd1c001499c.tar.xz kernel-cd37906b18022c72b4599cb0af3cfbd1c001499c.zip |
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@redhat.com>
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec index 428d55fe2..956ba6675 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 |