summaryrefslogtreecommitdiffstats
path: root/kexec-tools.spec.in
diff options
context:
space:
mode:
authorCong Wang <xiyou.wangcong@gmail.com>2011-11-21 16:26:04 +0800
committerSimon Horman <horms@verge.net.au>2011-11-21 17:53:03 +0900
commit7d979c660817a1b31bcc198c8c82dc80083273f6 (patch)
treebded10b27660e5b71d9a4f6bc97458be38b03a81 /kexec-tools.spec.in
parent542dc8b04f0da04a1d440e0feb8c4be7da999114 (diff)
downloadkexec-tools-7d979c660817a1b31bcc198c8c82dc80083273f6.tar.gz
fix rpm build errors
a) rpmbuild doesn't like '-' in version, replace it with '.'. b) update the files installed in kexec-tools.spec Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec-tools.spec.in')
-rw-r--r--kexec-tools.spec.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/kexec-tools.spec.in b/kexec-tools.spec.in
index 0f0ff074..8871f289 100644
--- a/kexec-tools.spec.in
+++ b/kexec-tools.spec.in
@@ -31,11 +31,13 @@ make install DESTDIR=${RPM_BUILD_ROOT}
%defattr(-,root,root)
%{_sbindir}/kexec
%{_sbindir}/kdump
-%{_libdir}/%{name}/kexec_test
+%{_sbindir}/vmcore-dmesg
%doc News
%doc COPYING
%doc TODO
-#%{_mandir}/man8/kexec.8.gz
+%{_mandir}/man8/kexec.8.gz
+%{_mandir}/man8/kdump.8.gz
+%{_mandir}/man8/vmcore-dmesg.8.gz
%changelog
* Tue Dec 16 2004 Eric Biederman <ebiederman@lnxi.com>