summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-13 07:37:12 +0200
committerRemi Collet <remi@remirepo.net>2019-09-13 07:37:12 +0200
commitdaf44ca422fb76866e92d881938cef3848c58ba9 (patch)
tree7afdd32eb982bbb730fec10c1bd5398d9d25489f
parented66452e66b052e10b6056d2aa4ffca58f30efb2 (diff)
temporary allow Symfony 4.1 on old EL
-rw-r--r--phpMyAdmin.spec13
1 files changed, 8 insertions, 5 deletions
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 <remi@remirepo.net> - 5.0.0~alpha1-2
+- temporary allow Symfony 4.1 on old EL
+
* Thu Sep 12 2019 Remi Collet <remi@remirepo.net> - 5.0.0~alpha1-1
- update to 5.0.0alpha1
- raise dependency on PHP 7.1.3