diff options
Diffstat (limited to 'phpMyAdmin.spec')
-rw-r--r-- | phpMyAdmin.spec | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index 62df4c2..4768455 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -28,7 +28,7 @@ Name: phpMyAdmin Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: A web interface for MySQL and MariaDB # MIT (js/jquery/, js/jqplot, js/codemirror/, js/tracekit/) @@ -53,7 +53,14 @@ BuildRequires: gnupg2 Requires(post): coreutils sed Requires: webserver %if %{with_nginx} -Requires: nginx-filesystem +# remirepo:4 +# Temporarily not mandatory to allow nginx for nginx repo +%if 1 +Recommends: nginx-filesystem +%else +Requires: nginx-filesystem +# remirepo:1 +%endif %endif %if %{with_httpd} Requires: httpd-filesystem @@ -340,6 +347,10 @@ sed -e "/'blowfish_secret'/s/MUSTBECHANGEDONINSTALL/$SECRET/" \ %changelog +* Sat Apr 4 2020 Remi Collet <remi@remirepo.net> 5.0.2-3 +- temporarily make nginx-filesystem optional to + allow installation with nginx from nginx repository + * Tue Mar 24 2020 Remi Collet <remi@remirepo.net> 5.0.2-2 - cleanup httpd configuration |