From daf44ca422fb76866e92d881938cef3848c58ba9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Sep 2019 07:37:12 +0200 Subject: temporary allow Symfony 4.1 on old EL --- phpMyAdmin.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'phpMyAdmin.spec') diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 3bf6e34..0e15ff3 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -25,7 +25,7 @@ Name: phpMyAdmin Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A web interface for MySQL and MariaDB # MIT (js/jquery/, js/jqplot, js/codemirror/, js/tracekit/) @@ -103,11 +103,11 @@ Requires: php-phpmyadmin-motranslator >= 4.0 Requires: php-phpmyadmin-shapefile >= 2.0 Requires: php-phpmyadmin-sql-parser5 Requires: php-phpseclib >= 2.0.9 -Requires: php-symfony4-config >= 4.2.8 -Requires: php-symfony4-dependency-injection >= 4.2.8 -Requires: php-symfony4-expression-language >= 4.2.8 +Requires: php-symfony4-config >= 4.1 +Requires: php-symfony4-dependency-injection >= 4.1 +Requires: php-symfony4-expression-language >= 4.1 Requires: php-symfony-polyfill >= 1.8.0 -Requires: php-symfony4-yaml >= 4.2.8 +Requires: php-symfony4-yaml >= 4.1 Requires: php-twig2 >= 2.4 Requires: php-twig-extensions >= 1.5.1 %endif @@ -318,6 +318,9 @@ sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \ %changelog +* Fri Sep 13 2019 Remi Collet - 5.0.0~alpha1-2 +- temporary allow Symfony 4.1 on old EL + * Thu Sep 12 2019 Remi Collet - 5.0.0~alpha1-1 - update to 5.0.0alpha1 - raise dependency on PHP 7.1.3 -- cgit