mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-04 18:49:02 +00:00
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:
parent
bbd880ec47
commit
2e1da23f9d
@ -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" \
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user