From 122516b79379f6cd700d642b73adb4c40f009c32 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 29 Jul 2025 16:56:53 +0100 Subject: [PATCH] Ensure we have the tools to configure SELinux policies The semanage utility is required to configure the policy for the pgAdmin log/lib directories in server mode, but it may not always be installed on a system. --- pkg/redhat/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/redhat/build.sh b/pkg/redhat/build.sh index b78dcc5d645..b6a79d80033 100755 --- a/pkg/redhat/build.sh +++ b/pkg/redhat/build.sh @@ -163,7 +163,7 @@ BuildArch: noarch Summary: The web interface for pgAdmin, hosted under Apache HTTPD. License: PostgreSQL URL: https://www.pgadmin.org/ -Requires: ${APP_NAME}-server = ${RPM_VERSION}, httpd, ${PYTHON_BINARY_WITHOUT_DOTS}-mod_wsgi +Requires: ${APP_NAME}-server = ${RPM_VERSION}, httpd, ${PYTHON_BINARY_WITHOUT_DOTS}-mod_wsgi, policycoreutils-python-utils %description The web interface for pgAdmin, hosted under Apache HTTPD. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.