Merge branch 'fix/suse-rpm' into 'develop'
force suse spec to php7 See merge request artica/pandorafms!2091 Former-commit-id: 66c13866c995655debe5e17d0e1a8dd49d68d4ce
This commit is contained in:
commit
c9ac5d9313
|
@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}
|
|||
BuildArch: noarch
|
||||
AutoReq: 0
|
||||
Requires: apache2
|
||||
Requires: (apache2-mod_php5 or apache2-mod_php7)
|
||||
Requires: apache2-mod_php7
|
||||
Requires: php >= 4.3.0
|
||||
Requires: php-gd, php-snmp, php-json, php-gettext
|
||||
Requires: php-mysqlnd, php-ldap, php-mbstring, php
|
||||
|
|
Loading…
Reference in New Issue