watcher: fix mod_wsgi requirement for RDO
The mod_wsgi package is only available on CentOS 7, not on 8. Change-Id: I7491feb0f838956e73d9985dce7d8dc4d1545940
This commit is contained in:
parent
ab14976844
commit
0fcd55fe32
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user