Added pre-installation steps to remove venv and web folder for RPM and Debian.

This commit is contained in:
Akshay Joshi
2023-04-04 18:28:26 +05:30
parent abea2c7172
commit fdf7a459eb
2 changed files with 12 additions and 0 deletions

View File

@@ -67,6 +67,10 @@ 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
rm -rf /usr/pgadmin4/web
%build
%install