Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server-packages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Polidori <alessandro.polidori@nethesis.it>2018-03-05 11:54:39 +0300
committerAlessandro Polidori <alessandro.polidori@nethesis.it>2018-03-05 11:54:39 +0300
commit458032c8584f52a3bb53fb71ecf13647ed1ff912 (patch)
tree44624c76993fdf465c1f3dbc061048c673dbc4eb
parent7ca7d86695a5868ddeeb4ebdc1086f580f789eca (diff)
spec: fix php71 requires
-rw-r--r--centos/README.md5
-rw-r--r--centos/nextcloud.spec17
2 files changed, 14 insertions, 8 deletions
diff --git a/centos/README.md b/centos/README.md
index 5ccc186..7bd105d 100644
--- a/centos/README.md
+++ b/centos/README.md
@@ -29,9 +29,8 @@ You need to enable EPEL repository.
The administrator can enable extra features installing following RPMs (from centos-sclo-sclo repository):
-* rh-php56-php-mcrypt
-* sclo-php56-php-smbclient
-* rh-php56-php-imap
+* sclo-php71-php-smbclient
+* rh-php71-php-imap
SELinux
-------
diff --git a/centos/nextcloud.spec b/centos/nextcloud.spec
index 7bca640..3ba076a 100644
--- a/centos/nextcloud.spec
+++ b/centos/nextcloud.spec
@@ -27,14 +27,21 @@ BuildRequires: httpd
Requires: httpd
# Required php packages
-Requires: rh-php56, rh-php56-php-fpm
-Requires: rh-php56-php-gd, rh-php56-php-pdo, rh-php56-php-pear, rh-php56-php-mbstring, rh-php56-php-xml
+Requires: rh-php71
+Requires: rh-php71-php-fpm
+Requires: rh-php71-php-gd
+Requires: rh-php71-php-pdo
+Requires: rh-php71-php-mbstring
+
# Recommended php packages
-Requires: rh-php56-php-intl
+Requires: rh-php71-php-intl
+Requires: rh-php71-php-mcrypt
+
# Required php packages for specific apps
-Requires: rh-php56-php-ldap
+Requires: rh-php71-php-ldap
+
# Required php packages for MariaDB
-Requires: rh-php56-php-mysqlnd
+Requires: rh-php71-php-pdo_mysql
%description