commit daa43fad1c9cecce77875178e5ef06b47f38dcc7 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. Depends-On: https://review.opendev.org/757092 Change-Id: I7491feb0f838956e73d9985dce7d8dc4d1545940 (cherry picked from commit 73315017f107f02db0279f4f7305943d67997afb) diff --git a/openstack/watcher/watcher.spec.j2 b/openstack/watcher/watcher.spec.j2 index ce260dc..b576ca6 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