summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--configure.ac2
-rw-r--r--kexec-tools.spec.in6
2 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7dd60281..4388bb9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
dnl
dnl ---Required
-AC_INIT(kexec-tools, 2.0.2-git)
+AC_INIT(kexec-tools, 2.0.2.git)
AC_CONFIG_AUX_DIR(./config)
AC_CONFIG_HEADERS([include/config.h])
AC_LANG(C)
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>