casa-yast: upgrade version number in make_casa_yast.sh

This commit is contained in:
soochoi
2006-04-22 18:46:36 +00:00
parent 4bc26fe242
commit 0fd270e7d7
2 changed files with 6 additions and 5 deletions

View File

@@ -100,8 +100,9 @@ getReleaseAndVersion ()
cd $START_DIR
RPM_VERSION_LINE=`cat $START_DIR/$SPEC_IN_FILE |grep 'Version:'`
RPM_VERSION=${RPM_VERSION_LINE:9}
#RPM_VERSION_LINE=`cat $START_DIR/$SPEC_IN_FILE |grep 'Version:'`
#RPM_VERSION=${RPM_VERSION_LINE:9}
RPM_VERSION=`cat ./VERSION`
echo "[$SCRIPT_NAME] $PACKAGE_NAME version = $RPM_VERSION"
RPM_RELEASE_LINE=`cat $START_DIR/$SPEC_IN_FILE |grep 'Release:'`
RPM_RELEASE=${RPM_RELEASE_LINE:9}