Skip to content

Commit

Permalink
Update ondemand-passenger dependencies to include 'ps' command
Browse files Browse the repository at this point in the history
Fixes #291
  • Loading branch information
treydock committed Jan 21, 2025
1 parent 5f5525a commit 957aed9
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
5 changes: 4 additions & 1 deletion lib/ood_packaging/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ module OodPackaging
},
'ondemand-runtime' => '4.0.3',
'scl-utils' => '2.0.3',
'passenger' => '6.0.23',
'passenger' => {
'(ubuntu|debian)' => '6.0.23',
'default' => '6.0.23-2'
},
'ondemand_exporter' => '0.11.2',
'ondemand-compute' => {
'(ubuntu|debian)' => '4.0.0',
Expand Down
2 changes: 1 addition & 1 deletion packages/passenger/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
passenger (6.0.23.ood4.0) UNRELEASED; urgency=low
passenger (6.0.23.ood4.0.1) UNRELEASED; urgency=low

* Initial release. Closes: #nnnn
<nnnn is the bug number of your ITP>
Expand Down
2 changes: 1 addition & 1 deletion packages/passenger/deb/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Package: ondemand-passenger
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends},
ruby
ruby, procps
Description: Phusion Passenger application server for OnDemand

Package: ondemand-passenger-dev
Expand Down
2 changes: 1 addition & 1 deletion packages/passenger/deb/debian/ondemand-nginx.changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
passenger (1.26.1.p6.0.23.ood4.0) UNRELEASED; urgency=low
passenger (1.26.1.p6.0.23.ood4.0.1) UNRELEASED; urgency=low

* Initial release. Closes: #nnnn
<nnnn is the bug number of your ITP>
Expand Down
3 changes: 2 additions & 1 deletion packages/passenger/rpm/passenger.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%define passenger_version %{package_version}
%define nginx_version 1.26.1
%define release_version %{package_release}
%define ngix_release_version 1
%define ngix_release_version 2

%define runtime_version 4.0.3

Expand Down Expand Up @@ -101,6 +101,7 @@ BuildRequires: libev-devel >= 4.0.0
Requires: gd
Requires: openssl
Requires: pcre
Requires: procps-ng

%description -n %{?scl_prefix}nginx
Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and
Expand Down
8 changes: 4 additions & 4 deletions release-manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ ondemand-nginx:
- ondemand-nginx
- ondemand-nginx-debuginfo
versions:
- 1.26.1-1.p6.0.23.ood{runtime}
- 1.26.1-2.p6.0.23.ood{runtime}
# deb package
- 1.26.1.p6.0.23.ood{major}
- 1.26.1.p6.0.23.ood{major}.1
ondemand-passenger:
packages:
- ondemand-passenger
Expand All @@ -32,9 +32,9 @@ ondemand-passenger:
- ondemand-passenger-dev
- ondemand-passenger-doc
versions:
- 6.0.23-1.ood{runtime}
- 6.0.23-2.ood{runtime}
# deb package
- 6.0.23.ood{major}
- 6.0.23.ood{major}.1
ondemand-runtime:
packages:
- ondemand-apache
Expand Down

0 comments on commit 957aed9

Please sign in to comment.