From 68774baa01a26a144ea109f8b215ea076750fa13 Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Fri, 5 Apr 2024 22:33:31 +0300 Subject: [PATCH] Added fixes --- src/hst_autocompile.sh | 2 +- src/rpm/hestia/hestia.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/hst_autocompile.sh b/src/hst_autocompile.sh index 49656ea..d579928 100755 --- a/src/hst_autocompile.sh +++ b/src/hst_autocompile.sh @@ -783,7 +783,7 @@ if [ "$HESTIA_B" = true ]; then fi # Generate source tar.gz - tar -h --exclude=".git" --exclude=".github" --exclude=".husky" --exclude=".vscode" --exclude="node_modules" -czf $BUILD_DIR/hestia-$BUILD_VER.tar.gz -C $SRC_DIR/.. hestiacp + tar -h --exclude=".git" --exclude=".github" --exclude=".husky" --exclude=".vscode" --exclude="node_modules" --exclude="src/archive" -czf $BUILD_DIR/hestia-$BUILD_VER.tar.gz -C $SRC_DIR/.. hestiacp # Build RPM package echo Building Hestia RPM diff --git a/src/rpm/hestia/hestia.spec b/src/rpm/hestia/hestia.spec index 6c043ab..e56592d 100644 --- a/src/rpm/hestia/hestia.spec +++ b/src/rpm/hestia/hestia.spec @@ -2,8 +2,8 @@ %global _hardened_build 1 Name: hestia -Version: 1.8.0~alpha -Release: 1%{dist} +Version: 1.8.1 +Release: 1%{dist}.bayrepo.1 Summary: Hestia Control Panel Group: System Environment/Base License: GPLv3 @@ -170,6 +170,10 @@ fi %{_tmpfilesdir}/%{name}.conf %changelog +* Fri Apr 5 2024 Alexey Berezhok - 1.8.1-1.bayrepo.1 +- Added fixes in rpm based installation +- Added MSVSphere 9/8 support + * Sun May 14 2023 Istiak Ferdous - 1.8.0-1 - HestiaCP RHEL 9 support