Without this patch rpmbuild complains about unpackaged kdump and kexec_test files. Signed-off-by: Ameya Palande <ameya.palande at nokia.com> --- 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 -- 1.6.3.3