File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed
Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 11Source: hestia-nginx
22Package: hestia-nginx
33Priority: optional
4- Version: 1.23.3-3
4+ Version: 1.23.4
55Section: admin
66Maintainer: HestiaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
Original file line number Diff line number Diff line change @@ -246,13 +246,14 @@ if [ "$dontinstalldeps" != 'true' ]; then
246246 # Install needed software
247247 if [ " $OSTYPE " = ' rhel' ]; then
248248 # Set package dependencies for compiling
249- SOFTWARE=' gcc gcc-c++ make libxml2-devel zlib-devel libzip-devel gmp-devel libcurl-devel gnutls-devel unzip openssl openssl-devel pkg-config sqlite-devel oniguruma-devel rpm-build wget tar git curl perl-IPC-Cmd'
249+ SOFTWARE=' gcc gcc-c++ make libxml2-devel zlib-devel libzip-devel gmp-devel libcurl-devel gnutls-devel unzip openssl openssl-devel pkg-config sqlite-devel oniguruma-devel rpm-build wget tar git curl perl-IPC-Cmd perl-File-Copy-Recursive perl-FindBin perl-File-Compare '
250250
251251 echo " Updating system DNF repositories..."
252252 dnf install -y -q ' dnf-command(config-manager)'
253- dnf install -y -q dnf-plugins-core
253+ dnf install -y -q dnf-plugins-core epel-release
254254 dnf config-manager --set-enabled powertools > /dev/null 2>&1
255255 dnf config-manager --set-enabled PowerTools > /dev/null 2>&1
256+ dnf config-manager --set-enabled crb > /dev/null 2>&1
256257 dnf upgrade -y -q
257258 echo " Installing dependencies for compilation..."
258259 dnf install -y -q $SOFTWARE
Original file line number Diff line number Diff line change 1+ %global _hardened_build 1
2+
13Name: hestia
2- Version: % HESTIA -VERSION%
3- Release: 1%{dist }
4+ Version: 1.7.2
5+ Release: 1~ alpha %{dist }
46Summary: Hestia Control Panel
57Group: System Environment/Base
68License: GPLv3
Original file line number Diff line number Diff line change 1+ %global _hardened_build 1
2+
13Name: hestia-nginx
2- Version: % HESTIA -NGINX-VERSION%
4+ Version: 1.23.4
35Release: 1%{dist }
46Summary: Hestia internal nginx web server
57Group: System Environment/Base
Original file line number Diff line number Diff line change 1+ %global _hardened_build 1
2+
13Name: hestia-php
2- Version: % HESTIA -PHP-VERSION%
4+ Version: 8.2.4
35Release: 1%{dist }
46Summary: Hestia internal PHP
57Group: System Environment/Base
@@ -39,7 +41,7 @@ mkdir -p %{buildroot}%{_unitdir}
3941%defattr(-,root,root)
4042%attr(755,root,root) /usr/local/hestia/php
4143%attr(775,admin,admin) /usr/local/hestia/php/var/log
42- %attr(775,admin,admin) /usr/local/hestia/php/run
44+ %attr(775,admin,admin) /usr/local/hestia/php/var/ run
4345%config(noreplace) /usr/local/hestia/php/etc/php-fpm.conf
4446%config(noreplace) /usr/local/hestia/php/lib/php.ini
4547%{_unitdir }/hestia-php.service
You can’t perform that action at this time.
0 commit comments