Skip to content

Commit 6db0cc5

Browse files
authored
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.
1 parent a197c85 commit 6db0cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/redhat/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ BuildArch: noarch
163163
Summary: The web interface for pgAdmin, hosted under Apache HTTPD.
164164
License: PostgreSQL
165165
URL: https://www.pgadmin.org/
166-
Requires: ${APP_NAME}-server = ${RPM_VERSION}, httpd, ${PYTHON_BINARY_WITHOUT_DOTS}-mod_wsgi
166+
Requires: ${APP_NAME}-server = ${RPM_VERSION}, httpd, ${PYTHON_BINARY_WITHOUT_DOTS}-mod_wsgi, policycoreutils-python-utils
167167
168168
%description
169169
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.

0 commit comments

Comments
 (0)