From f42dcd1fd353a80d355a22c32b8ca4188d9d7d71 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Apr 2020 17:25:57 +0200 Subject: temporarily make nginx-filesystem optional to allow installation with nginx from nginx repository --- phpMyAdmin.spec | 15 +++++++++++++-- 1 file 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 5.0.2-3 +- temporarily make nginx-filesystem optional to + allow installation with nginx from nginx repository + * Tue Mar 24 2020 Remi Collet 5.0.2-2 - cleanup httpd configuration -- cgit