Removed the pre-install script from the Red Hat build function as it was causing a No such file or directory warning during the update. #8006

pull/8559/head
Pravesh Sharma 2025-03-13 16:35:21 +05:30 committed by GitHub
parent be534be674
commit 84e2b844e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -68,12 +68,6 @@ Requires: ${PYTHON_BINARY}, libpq5, krb5-libs
%description
The core server package for pgAdmin. 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.
%pre
rm -rf /usr/pgadmin4/venv
if [ -d /usr/pgadmin4/web ]; then
cd /usr/pgadmin4/web && rm -rf \$(ls -A -I config_local.py)
fi
%build
%install