Skip to content

Commit

Permalink
Merge branch '5.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
arlake228 committed Jul 19, 2024
2 parents 994982a + dce72b2 commit 492a8bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion psconfig-web-admin/perfsonar-psconfig-web-admin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 492a8bc

Please sign in to comment.