commit 0fcd55fe32fb2b924d9055d581a7a41f572a1ae3 Author: Javier Pena Date: Fri Oct 9 14:35:07 2020 +0200 watcher: fix mod_wsgi requirement for RDO The mod_wsgi package is only available on CentOS 7, not on 8. Change-Id: I7491feb0f838956e73d9985dce7d8dc4d1545940 diff --git a/openstack/watcher/watcher.spec.j2 b/openstack/watcher/watcher.spec.j2 index e9379e0..c12d3d9 100644 --- a/openstack/watcher/watcher.spec.j2 +++ b/openstack/watcher/watcher.spec.j2 @@ -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