From 5610859f17695c319a29e6000b4b5ab06ed385be Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Fri, 16 Jan 2026 11:24:21 +0300 Subject: [PATCH] Disable of MSVSphere build because of MSVSphere doesn.t exists anymore --- src/hst_autocompile.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/hst_autocompile.sh b/src/hst_autocompile.sh index 0cfd111..56fd43f 100755 --- a/src/hst_autocompile.sh +++ b/src/hst_autocompile.sh @@ -335,7 +335,7 @@ if [ "$dontinstalldeps" != 'true' ]; then echo "Installing dependencies for compilation..." dnf install -y -q $SOFTWARE - mock -r msvsphere+epel-${release}-$BUILD_ARCH --clean + mock -r alma+epel-${release}-$BUILD_ARCH --clean else # Set package dependencies for compiling SOFTWARE='wget tar git curl build-essential libxml2-dev libz-dev libzip-dev libgmp-dev libcurl4-gnutls-dev unzip openssl libssl-dev pkg-config libsqlite3-dev libonig-dev rpm lsb-release' @@ -536,7 +536,7 @@ if [ "$NGINX_B" = true ]; then # Build the package echo Building Nginx RPM - mock -r msvsphere+epel-${release}-$BUILD_ARCH --sources $BUILD_DIR --spec $BUILD_DIR/hestia-nginx.spec --resultdir $RPM_DIR + mock -r alma+epel-${release}-$BUILD_ARCH --sources $BUILD_DIR --spec $BUILD_DIR/hestia-nginx.spec --resultdir $RPM_DIR rm -f $BUILD_DIR/* fi fi @@ -674,7 +674,7 @@ if [ "$PHP_B" = true ]; then # Build RPM package echo Building PHP RPM - mock -r msvsphere+epel-${release}-$BUILD_ARCH --sources $BUILD_DIR --spec $BUILD_DIR/hestia-php.spec --resultdir $RPM_DIR + mock -r alma+epel-${release}-$BUILD_ARCH --sources $BUILD_DIR --spec $BUILD_DIR/hestia-php.spec --resultdir $RPM_DIR rm -f $BUILD_DIR/* fi fi @@ -792,7 +792,7 @@ if [ "$HESTIA_B" = true ]; then # Build RPM package echo Building Hestia RPM - mock -r msvsphere+epel-${release}-$BUILD_ARCH --sources $BUILD_DIR --spec $BUILD_DIR/hestia.spec --resultdir $RPM_DIR + mock -r alma+epel-${release}-$BUILD_ARCH --sources $BUILD_DIR --spec $BUILD_DIR/hestia.spec --resultdir $RPM_DIR rm -f $BUILD_DIR/* fi