Fix rpm version generation and adapt release manager Makefile.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2307 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Fabio M. Di Nitto 2009-06-27 04:00:15 +00:00
parent bbd880ec47
commit 2e1da23f9d
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ clean-generic:
$(SPEC): $(SPEC).in
rm -f $@-t $@
LC_ALL=C date="$(shell date "+%a %b %d %Y")" && \
alphatag="$(shell svnversion)" && \
alphatag="$(shell svnversion | sed -e "s#.*:##g" -e "s#[MS]##g")" && \
sed \
-e "s#@alphatag@#r$$alphatag#g" \
-e "s#@version@#$(VERSION)#g" \

View File

@ -4,7 +4,7 @@
# bootstrap / init
AC_PREREQ([2.61])
AC_INIT([corosync], [trunk], [openais@lists.osdl.org])
AC_INIT([corosync], [0.98], [openais@lists.osdl.org])
AM_INIT_AUTOMAKE([-Wno-portability])
AC_CONFIG_SRCDIR([lib/coroipcc.c])