mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2152 Fix rel number, needs to be present
This commit is contained in:
parent
2f40a90c53
commit
0412c95ef8
|
|
@ -44,7 +44,7 @@ if echo $VERSION | grep SNAPSHOT ; then
|
|||
else
|
||||
DEFVER="-D_ver $REALVER"
|
||||
DEFPRE=
|
||||
DEFREL=
|
||||
DEFREL="-D_rel 1"
|
||||
fi
|
||||
|
||||
mkdir -p $RPMDIR/SPECS
|
||||
|
|
@ -78,7 +78,7 @@ else
|
|||
REALVER=`echo $VERSION`
|
||||
DEFVER="-D_ver $REALVER"
|
||||
DEFPRE=
|
||||
DEFREL=
|
||||
DEFREL="-D_rel 1"
|
||||
fi
|
||||
|
||||
mkdir -p $RPMDIR/SPECS
|
||||
|
|
|
|||
Loading…
Reference in New Issue