Remove dead checks for Fedora 36

It is EOL.

Change-Id: I609cfce8a98f9933380ddbc719ed22e6fcda4785
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2025-08-07 10:54:45 +01:00
parent 9c295d0da3
commit fdc41d76ab
2 changed files with 1 additions and 2 deletions

View File

@@ -4,4 +4,3 @@ memcached
rsync-daemon
sqlite
xfsprogs
xinetd # not:f36,rhel9,rhel10

View File

@@ -89,7 +89,7 @@ function install_apache_uwsgi {
# 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|rhel9 ]]; then
elif is_fedora && ! is_openeuler && ! [[ $DISTRO =~ rhel9 ]]; then
# Note httpd comes with mod_proxy_uwsgi and it is loaded by
# default; the mod_proxy_uwsgi package actually conflicts now.
# See: