Added fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 <a@bayrepo.ru> - 1.8.1-1.bayrepo.1
|
||||
- Added fixes in rpm based installation
|
||||
- Added MSVSphere 9/8 support
|
||||
|
||||
* Sun May 14 2023 Istiak Ferdous <hello@istiak.com> - 1.8.0-1
|
||||
- HestiaCP RHEL 9 support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user