watcher: fix mod_wsgi requirement for RDO

The mod_wsgi package is only available on CentOS 7, not on 8.

Depends-On: https://review.opendev.org/757092

Change-Id: I7491feb0f838956e73d9985dce7d8dc4d1545940
(cherry picked from commit 73315017f107f02db0279f4f7305943d67997afb)
This commit is contained in:
Javier Pena 2020-10-09 14:35:07 +02:00
parent 23b1a47501
commit daa43fad1c
1 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ BuildRequires: systemd-rpm-macros
Requires: apache2-mod_wsgi
%{?systemd_requires}
%else
BuildRequires: mod_wsgi
BuildRequires: python3-mod_wsgi
BuildRequires: systemd
Requires: mod_wsgi
Requires: python3-mod_wsgi
Requires(post): systemd
Requires(postun): systemd
Requires(preun): systemd