summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent542dc8b04f0da04a1d440e0feb8c4be7da999114 (diff)
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7dd6028..4388bb9 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)