Skip to content

Commit

Permalink
Require latest ondemand-passenger and ondemand-nginx (#4089)
Browse files Browse the repository at this point in the history
Fixes #4077
  • Loading branch information
treydock authored Jan 23, 2025
1 parent 1a685ab commit 5bf1a9b
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 (>= 20.0), nodejs (<< 21.0),
ondemand-nginx (= 1.26.1.p6.0.23.ood4.0), ondemand-passenger (= 6.0.23.ood4.0)
ondemand-nginx (= 1.26.1.p6.0.23.ood4.0.1), ondemand-passenger (= 6.0.23.ood4.0.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.26.1-1.p6.0.23.ood%{runtime_version}%{?dist}
Requires: ondemand-passenger = 6.0.23-1.ood%{runtime_version}%{?dist}
Requires: ondemand-nginx = 1.26.1-2.p6.0.23.ood%{runtime_version}%{?dist}
Requires: ondemand-passenger = 6.0.23-2.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 5bf1a9b

Please sign in to comment.