mirror of
https://src.fedoraproject.org/rpms/nextcloud.git
synced 2025-01-10 19:01:53 +01:00
(#2193123) Add requires php-bcmath php-intl php-sodiumm php-opcache
This commit is contained in:
parent
b93c882af3
commit
3b08dc5805
@ -49,6 +49,7 @@ BuildRequires: php-pear
|
||||
# Require one webserver and database backend
|
||||
Requires: %{name}-webserver = %{version}-%{release}
|
||||
Requires: %{name}-database = %{version}-%{release}
|
||||
Requires: php-bcmath
|
||||
# Require php CLI for occ command
|
||||
Requires: php-cli
|
||||
# Core PHP libs/extensions required by OC core
|
||||
@ -60,6 +61,7 @@ Requires: php-filter
|
||||
Requires: php-gd
|
||||
Requires: php-gmp
|
||||
Requires: php-iconv
|
||||
Requires: php-intl
|
||||
Requires: php-json
|
||||
Requires: php-ldap
|
||||
Requires: php-mbstring
|
||||
@ -75,6 +77,8 @@ Requires: php-session
|
||||
Requires: php-simplexml
|
||||
Requires: php-smbclient
|
||||
Requires: php-spl
|
||||
Requires: php-sodiumm
|
||||
Requires: php-opcache
|
||||
Requires: php-xmlwriter
|
||||
Requires: php-zip
|
||||
# For systemd support during install/uninstall
|
||||
|
Loading…
Reference in New Issue
Block a user