10100 adding dependencie php8

This commit is contained in:
rafael 2023-02-01 17:06:12 +01:00
parent c49d021842
commit 2d938c0b31
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ services:
- pandora - pandora
pandora: pandora:
image: pandorafms/pandorafms-open-stack-el8:765 image: pandorafms/pandorafms-open-stack-el8:latest
restart: always restart: always
depends_on: depends_on:
- db - db

View File

@ -26,7 +26,7 @@ BuildRoot: %{_tmppath}/%{name}
BuildArch: noarch BuildArch: noarch
AutoReq: 0 AutoReq: 0
Requires: %{httpd_name} >= 2.0.0 Requires: %{httpd_name} >= 2.0.0
Requires: mod_php >= 7.0 Requires: mod_php >= 8.0
Requires: php-gd, php-ldap, php-snmp, php-session, php-gettext Requires: php-gd, php-ldap, php-snmp, php-session, php-gettext
Requires: php-mysqlnd, php-mbstring, php-zip, php-zlib, php-curl Requires: php-mysqlnd, php-mbstring, php-zip, php-zlib, php-curl
Requires: xorg-x11-fonts-75dpi, xorg-x11-fonts-misc, php-pecl-zip Requires: xorg-x11-fonts-75dpi, xorg-x11-fonts-misc, php-pecl-zip

View File

@ -29,7 +29,7 @@ BuildArch: noarch
AutoReq: 0 AutoReq: 0
Requires: apache2 Requires: apache2
Requires: apache2-mod_php7 Requires: apache2-mod_php7
Requires: php >= 7.0 Requires: php >= 8.0
Requires: php-gd, php-snmp, php-json, php-gettext Requires: php-gd, php-snmp, php-json, php-gettext
Requires: php-mysqlnd, php-ldap, php-mbstring, php Requires: php-mysqlnd, php-ldap, php-mbstring, php
Requires: graphviz, xorg-x11-fonts-core, graphviz-gd Requires: graphviz, xorg-x11-fonts-core, graphviz-gd