Skip to content

Commit

Permalink
Update Passenger and NGINX dependencies (#3535)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Apr 30, 2024
1 parent 8f8849d commit 1c8d3fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packaging/deb/control
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
ruby, apache2, sudo, lsof, lua-posix, tzdata, file,
nodejs (>= 18.0), nodejs (<< 19.0),
ondemand-nginx (= 1.22.1.p6.0.17.ood3.1), ondemand-passenger (= 6.0.17.ood3.1)
ondemand-nginx (= 1.24.0.p6.0.20.ood3.1), ondemand-passenger (= 6.0.20.ood3.1)
Recommends: rclone
Description: Open OnDemand is an open source release of the Ohio SuperComputer Center's
OnDemand platform to provide HPC access via a web browser, supporting web based file
Expand Down
4 changes: 2 additions & 2 deletions packaging/rpm/ondemand.spec
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ Requires: python3
Requires: rclone
%endif
Requires: ondemand-apache = %{runtime_version_full}
Requires: ondemand-nginx = 1.22.1-1.p6.0.17.ood%{runtime_version}%{?dist}
Requires: ondemand-passenger = 6.0.17-1.ood%{runtime_version}%{?dist}
Requires: ondemand-nginx = 1.24.0-1.p6.0.20.ood%{runtime_version}%{?dist}
Requires: ondemand-passenger = 6.0.20-1.ood%{runtime_version}%{?dist}
Requires: ondemand-ruby = %{runtime_version_full}
Requires: ondemand-nodejs = %{runtime_version_full}
Requires: ondemand-runtime = %{runtime_version_full}
Expand Down

0 comments on commit 1c8d3fe

Please sign in to comment.