commit | f5b9596f24c03079c6ea2bcac29b1973bf5fe589 | [log] [tgz] |
---|---|---|
author | yatinkarel <ykarel@redhat.com> | Fri May 02 15:51:01 2025 +0530 |
committer | yatinkarel <ykarel@redhat.com> | Mon May 12 21:33:18 2025 +0530 |
tree | de63bb680670b2aa5d945d611706d3110cbe2016 | |
parent | 3fe8873a15db27d2d8b7df4e708210ee3ca1465d [diff] [blame] |
Temporary fixes rhel 9 distros With [1] py39 constraints drop can't run fips jobs on centos 9-stream or rocky9. As a workaround can run with PYTHON3_VERSION: 3.11 in affected jobs. Until centos 10-stream support is ready[1] we also need to install libvirt-python and uwsgi from source as uwsgi and libvirt rpms are bundled with python3. [1] https://review.opendev.org/c/openstack/requirements/+/948285 [2] https://review.opendev.org/c/openstack/devstack/+/937251 Depends-On: https://review.opendev.org/c/openstack/devstack/+/946763 Depends-On: https://review.opendev.org/c/openstack/devstack/+/948558 Depends-On: https://review.opendev.org/c/openstack/devstack/+/948786 Depends-On: https://review.opendev.org/c/openstack/devstack/+/948797 Related-Bug: #2109591 Change-Id: I80d4c65ba0728c3e4b18738c6b0d539409f19976
diff --git a/lib/apache b/lib/apache index 744c0f1..b971ecf 100644 --- a/lib/apache +++ b/lib/apache
@@ -89,7 +89,7 @@ # didn't fix Python 3.10 compatibility before release. Should be # fixed in uwsgi 4.9.0; can remove this when packages available # or we drop this release - elif is_fedora && ! is_openeuler && ! [[ $DISTRO =~ f36 ]]; then + elif is_fedora && ! is_openeuler && ! [[ $DISTRO =~ f36|rhel9 ]]; then # Note httpd comes with mod_proxy_uwsgi and it is loaded by # default; the mod_proxy_uwsgi package actually conflicts now. # See: