|
@@ -685,7 +685,7 @@ RPM_Build(){
|
|
|
|
|
|
|
|
|
|
## change ${DIST_RELEASE}
|
|
## change ${DIST_RELEASE}
|
|
- BASE_RPM_PKG=$(echo $BASE_RPM_PKG | sed -e "s/vl[0-9]*\([A-Za-z]*\)\./vl${DIST_RELEASE}\1\./")
|
|
+ BASE_RPM_PKG=$(echo $BASE_RPM_PKG | sed -e "s/vl[0-9]*\([A-Za-z]*[0-9A-Za-z]*\)\./vl${DIST_RELEASE}\1\./")
|
|
|
|
|
|
## rebuild $BASE_RPM_PKG on ${DIST_RELEASE}
|
|
## rebuild $BASE_RPM_PKG on ${DIST_RELEASE}
|
|
$__chroot_sh "cd ${BUILD_DIR}/SRPMS && apt-get -o APT::Install::Virtual=true -y build-dep $BASE_RPM_PKG"
|
|
$__chroot_sh "cd ${BUILD_DIR}/SRPMS && apt-get -o APT::Install::Virtual=true -y build-dep $BASE_RPM_PKG"
|