diff --git a/pkg/redhat/build.sh b/pkg/redhat/build.sh index 37759f824..0547fd289 100755 --- a/pkg/redhat/build.sh +++ b/pkg/redhat/build.sh @@ -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}." diff --git a/pkg/redhat/pgadmin4-python-mod_wsgi.spec b/pkg/redhat/pgadmin4-python-mod_wsgi.spec index ddf1f5b9e..a28996412 100644 --- a/pkg/redhat/pgadmin4-python-mod_wsgi.spec +++ b/pkg/redhat/pgadmin4-python-mod_wsgi.spec @@ -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/