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:
authorBen Galliart <bgallia@gmail.com>2020-01-21 14:20:28 +0300
committerGiacomo Sanchietti <giacomo.sanchietti@nethesis.it>2020-01-21 14:20:27 +0300
commit2e6a94c152025f678c098d90ae860a7bd461e3a5 (patch)
treeccc614429adc3ba568da222f804cd1ca95215b8b
parentee2e854cdcca9b4cc71c2704adb7df25b87a9d70 (diff)
Update to 15.0.13 and PHP 7.2 (#48)
* Updated to 15.0.13 and PHP 7.2 Signed-off-by: B Galliart <bgallia@gmail.com> * Fixed changelog in RPM spec file Signed-off-by: B Galliart <bgallia@gmail.com>
-rw-r--r--centos/README.md10
-rw-r--r--centos/nextcloud.spec25
2 files changed, 21 insertions, 14 deletions
diff --git a/centos/README.md b/centos/README.md
index 8013064..69df3c7 100644
--- a/centos/README.md
+++ b/centos/README.md
@@ -4,7 +4,7 @@ Nextcloud
NextCloud 15 End of Life Notice
-------------------------------
-NextCloud 15 is End of Life as of August 2019
+NextCloud 15 is End of Life as of December 2019
There will no longer be security or maintenance fixes provided.
@@ -23,6 +23,10 @@ security updates for PHP version 7.1.
It is recommended you plan accordingly to upgrade to using PHP 7.2.
+The RPM dependencies have also been updated accordingly.
+
+It is possible to have both PHP 7.1 and PHP 7.2 installed from the Software Collection at the same time. However, the NextCloud RPM is configured to use the PHP FPM on localhost port 9000. If PHP 7.1 FPM is still using the port, that is the version of PHP that will be used.
+
About
-----
@@ -86,8 +90,8 @@ On Red Hat Enterprise Linux run:
The administrator can enable extra features installing following RPMs
(from centos-sclo-sclo repository):
- * sclo-php71-php-smbclient
- * rh-php71-php-imap
+ * sclo-php72-php-smbclient
+ * sclo-php72-php-imap
Installing RPM
diff --git a/centos/nextcloud.spec b/centos/nextcloud.spec
index 04cbd0e..88cdede 100644
--- a/centos/nextcloud.spec
+++ b/centos/nextcloud.spec
@@ -12,7 +12,7 @@
Summary: Nextcloud package
Name: nextcloud
-Version: 15.0.12
+Version: 15.0.13
Release: 1%{?dist}
License: GPL
Source: https://download.nextcloud.com/server/releases/nextcloud-%{version}.tar.bz2
@@ -29,22 +29,21 @@ BuildRequires: httpd
Requires: httpd
# Required php packages
-Requires: rh-php71
-Requires: rh-php71-php-fpm
-Requires: rh-php71-php-gd
-Requires: rh-php71-php-pdo
-Requires: rh-php71-php-mbstring
-Requires: rh-php71-php-imagick
+Requires: rh-php72
+Requires: rh-php72-php-fpm
+Requires: rh-php72-php-gd
+Requires: rh-php72-php-pdo
+Requires: rh-php72-php-mbstring
+Requires: rh-php72-php-imagick
# Recommended php packages
-Requires: rh-php71-php-intl
-Requires: rh-php71-php-mcrypt
+Requires: rh-php72-php-intl
# Required php packages for specific apps
-Requires: rh-php71-php-ldap
+Requires: rh-php72-php-ldap
# Required php packages for MariaDB
-Requires: rh-php71-php-pdo_mysql
+Requires: rh-php72-php-pdo_mysql
# NextCloud does not support skipping a major version number
Conflicts: nextcloud < 14
@@ -117,6 +116,10 @@ cp %{SOURCE1} %{buildroot}/etc/httpd/conf.d
%changelog
+* Thu Nov 7 2019 B Galliart <ben@steadfast.net> - 15.0.13-1
+- Update to release 15.0.13
+- Updated dependencies to PHP 7.2
+
* Thu Sep 26 2019 B Galliart <ben@steadfast.net> - 15.0.12-1
- Update to release 15.0.12