Merge "Remove dead checks for Fedora 36"
This commit is contained in:
@@ -4,4 +4,3 @@ memcached
|
||||
rsync-daemon
|
||||
sqlite
|
||||
xfsprogs
|
||||
xinetd # not:f36,rhel9,rhel10
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user