Fix a couple of places missed in the mod_wsgi update.

This commit is contained in:
Dave Page 2021-12-13 10:29:01 +00:00
parent 42d2a18b91
commit c8109beaa7
2 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ yumdownloader -y --downloadonly --destdir=$DISTROOT postgresql14-libs
cp ${HOME}/rpmbuild/RPMS/${OS_ARCH}/${APP_NAME}-*${RPM_VERSION}-*.${OS_ARCH}.rpm "${DISTROOT}/"
cp ${HOME}/rpmbuild/RPMS/noarch/${APP_NAME}-*${RPM_VERSION}-*.noarch.rpm "${DISTROOT}/"
if [ ${OS_VERSION} == 7 ]; then
cp ${HOME}/rpmbuild/RPMS/${OS_ARCH}/pgadmin4-python3-mod_wsgi-4.7.1-2.el7.x86_64.rpm "${DISTROOT}/"
cp ${HOME}/rpmbuild/RPMS/${OS_ARCH}/pgadmin4-python3-mod_wsgi-4.9.0-1.el7.x86_64.rpm "${DISTROOT}/"
fi
echo "Completed. RPMs created in ${DISTROOT}."

View File

@ -12,7 +12,7 @@
Name: pgadmin4-python3-%{sname}
Version: 4.9.0
Release: 2%{?dist}
Release: 1%{?dist}
Summary: A WSGI interface for Python web applications in Apache (customized for pgAdmin4)
License: ASL 2.0
URL: https://modwsgi.readthedocs.io/