|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
|
|
Name: hestia
|
|
|
|
|
Version: 1.9.1
|
|
|
|
|
Version: 1.9.2
|
|
|
|
|
Release: 1%{dist}
|
|
|
|
|
Summary: Hestia Control Panel
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
@ -137,9 +137,6 @@ if [ -e "/usr/local/hestia/data/users/admin" ]; then
|
|
|
|
|
# Upgrade Roundcube if applicable
|
|
|
|
|
upgrade_roundcube | tee -a $LOG
|
|
|
|
|
|
|
|
|
|
# Upgrade PHPMailer if applicable
|
|
|
|
|
upgrade_phpmailer | tee -a $LOG
|
|
|
|
|
|
|
|
|
|
# Update Cloudflare IPs if applicable
|
|
|
|
|
upgrade_cloudflare_ip | tee -a $LOG
|
|
|
|
|
|
|
|
|
@ -187,6 +184,9 @@ fi
|
|
|
|
|
%{_tmpfilesdir}/%{name}.conf
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jan 05 2025 Alexey Berezhok <a@bayrepo.ru> - 1.9.2-1
|
|
|
|
|
- Added minor fixes
|
|
|
|
|
|
|
|
|
|
* Mon Dec 30 2024 Alexey Berezhok <a@bayrepo.ru> - 1.9.1-1
|
|
|
|
|
- Added port specification ofor local services on domain editing
|
|
|
|
|
- Added support extended modules
|
|
|
|
|