--- rpms/nextcloud/contribs10/nextcloud.spec 2022/07/08 15:17:33 1.7 +++ rpms/nextcloud/contribs10/nextcloud.spec 2024/01/29 03:13:37 1.8 @@ -1,5 +1,5 @@ -%define version 24.0.2 -%define release 3 +%define version 26.0.11 +%define release 1 %define apache_serverroot /usr/share %define apache_confdir /etc/httpd/conf.d @@ -28,26 +28,25 @@ BuildRequires: httpd Requires: httpd # Required php packages -Requires: php74 -Requires: php74-php-fpm -Requires: php74-php-gd -Requires: php74-php-pdo -Requires: php74-php-mbstring -Requires: php74-php-pecl-zip -Requires: php74-php-imagick +Requires: php81 +Requires: php81-php-fpm +Requires: php81-php-gd +Requires: php81-php-pdo +Requires: php81-php-mbstring +Requires: php81-php-pecl-zip +Requires: php81-php-imagick # Recommended php packages -Requires: php74-php-intl -Requires: php74-php-mcrypt +Requires: php81-php-intl +Requires: php81-php-mcrypt # Required php packages for specific apps -Requires: php74-php-ldap +Requires: php81-php-ldap # Required php packages for MariaDB -Requires: php74-php-mysqlnd +Requires: php81-php-mysqlnd #rh-php71-php-pdo_mysql -# Conflicts: nextcloud < 15 %description Nextcloud files and configuration. @@ -122,6 +121,9 @@ cp %{SOURCE1} %{buildroot}/etc/httpd/con %changelog +* Sun Jan 28 2024 Jean-Philippe Pialasse 26.0.11-1.sme +- update to release 26.0.11 + * Fri Jul 08 2022 Jean-Philippe Pialasse 24.0.2-3.sme - removing pre and postun scripts - fix dist permissions