8000 Require latest ondemand-passenger and ondemand-nginx by treydock · Pull Request #4089 · OSC/ondemand · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Require latest ondemand-passenger and ondemand-nginx #4089

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
0