diff --git a/psconfig-web-admin/perfsonar-psconfig-web-admin/Makefile b/psconfig-web-admin/perfsonar-psconfig-web-admin/Makefile index cc31c68..8a6f270 100644 --- a/psconfig-web-admin/perfsonar-psconfig-web-admin/Makefile +++ b/psconfig-web-admin/perfsonar-psconfig-web-admin/Makefile @@ -7,7 +7,7 @@ PUB_ROOTPATH=/usr/lib/perfsonar/psconfig-web-admin/pub CONFIGPATH=/etc/perfsonar/psconfig-web PUB_CONFIGPATH=/etc/perfsonar/psconfig-web #LIBPATH=/usr/lib/perfsonar/lib -PERFSONAR_AUTO_VERSION=5.1.1 +PERFSONAR_AUTO_VERSION=5.1.2 PERFSONAR_AUTO_RELNUM=1 VERSION=${PERFSONAR_AUTO_VERSION} RELEASE=${PERFSONAR_AUTO_RELNUM} diff --git a/psconfig-web-admin/perfsonar-psconfig-web-admin/unibuild-packaging/rpm/perfsonar-psconfig-web.spec b/psconfig-web-admin/perfsonar-psconfig-web-admin/unibuild-packaging/rpm/perfsonar-psconfig-web.spec index cf21e0a..e6d71f3 100644 --- a/psconfig-web-admin/perfsonar-psconfig-web-admin/unibuild-packaging/rpm/perfsonar-psconfig-web.spec +++ b/psconfig-web-admin/perfsonar-psconfig-web-admin/unibuild-packaging/rpm/perfsonar-psconfig-web.spec @@ -5,7 +5,7 @@ # cron/apache entries are located in the 'etc' directory %define apache_base /etc/httpd/conf.d -%define perfsonar_auto_version 5.1.1 +%define perfsonar_auto_version 5.1.2 %define perfsonar_auto_relnum 1 %define debug_package %{nil} @@ -42,7 +42,7 @@ Requires: nodejs Requires: httpd Requires: mod_ssl Requires: perfsonar-psconfig-web-admin-shared -Requires: mongodb-org-server <= 4.0.3 +Requires: mongodb-org-server < 4.1 %description publisher The perfSONAR pSConfig Web Administrator Publisher package provides a webservice for @@ -55,8 +55,8 @@ BuildRequires: npm Requires: nodejs Requires: httpd Requires: mod_ssl -Requires: mongodb-org <= 4.0.3 -Requires: mongodb-org-server <= 4.0.3 +Requires: mongodb-org < 4.1 +Requires: mongodb-org-server < 4.1 Requires: perfsonar-psconfig-web-admin-shared Requires: perfsonar-psconfig-web-admin-auth Requires: perfsonar-psconfig-web-admin-publisher