[PATCH 1/6] kexec-tools: Fix rpm Version tag

Ameya Palande 2ameya at gmail.com
Thu Mar 18 16:03:19 EDT 2010


Version tag in rpm spec file doesn't allow '-', so use '_' to fix the rpm
build.

Signed-off-by: Ameya Palande <ameya.palande at nokia.com>
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 88d2e0b..f3994a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl
 dnl 
 
 dnl ---Required
-AC_INIT(kexec-tools, 2.0.1-git)
+AC_INIT(kexec-tools, 2.0.1_git)
 AC_CONFIG_AUX_DIR(./config)
 AC_CONFIG_HEADERS([include/config.h])
 AC_LANG(C)
-- 
1.6.3.3




More information about the kexec mailing list