diff options
author | Ameya Palande <2ameya@gmail.com> | 2010-03-18 22:03:22 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2010-03-24 22:28:39 +1100 |
commit | 2ee904a2d12bea835285905f55f0914b170d4c1f (patch) | |
tree | b4dcb1d48eb0315fad14f50909d1c68a2ca7da22 /kexec-tools.spec.in | |
parent | a131cd090f17fd91cdbd1c490ba59d366f940069 (diff) |
kexec-tools: Add kdump and kexec_test to rpm spec
Without this patch rpmbuild complains about unpackaged kdump and kexec_test
files.
Signed-off-by: Ameya Palande <ameya.palande@nokia.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec-tools.spec.in')
-rw-r--r-- | kexec-tools.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kexec-tools.spec.in b/kexec-tools.spec.in index 2aa1310..5eadece 100644 --- a/kexec-tools.spec.in +++ b/kexec-tools.spec.in @@ -30,6 +30,8 @@ make install DESTDIR=${RPM_BUILD_ROOT} %files %defattr(-,root,root) %{_sbindir}/kexec +%{_sbindir}/kdump +%{_libdir}/%{name}/kexec_test %doc News %doc COPYING %doc TODO |