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
parent
be534be674
commit
84e2b844e0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue