diff options
author | Ameya Palande <2ameya@gmail.com> | 2010-03-18 22:03:19 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2010-03-24 22:28:16 +1100 |
commit | 493b95471163dc842420c5a27200923f1c632552 (patch) | |
tree | cf38859802962f38eafc21b68834dd59682e7423 | |
parent | e8ccd16e27cc5b111bf13275f69df179f162d6c1 (diff) |
kexec-tools: Fix rpm Version tag
Version tag in rpm spec file doesn't allow '-', so use '_' to fix the rpm
build.
Signed-off-by: Ameya Palande <ameya.palande@nokia.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | 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) |