diff --git a/lib/ood_packaging/version.rb b/lib/ood_packaging/version.rb index 193ad3b..6e9859f 100644 --- a/lib/ood_packaging/version.rb +++ b/lib/ood_packaging/version.rb @@ -12,7 +12,7 @@ module OodPackaging '(ubuntu|debian)' => '4', 'default' => '1-8' }, - 'ondemand-runtime' => '3.1.5', + 'ondemand-runtime' => '3.1.6', 'scl-utils' => '2.0.3', 'passenger' => '6.0.20', 'cjose' => '0.6.1', diff --git a/packages/ondemand-runtime/rpm/ondemand-runtime.spec b/packages/ondemand-runtime/rpm/ondemand-runtime.spec index e5c3beb..88c0123 100644 --- a/packages/ondemand-runtime/rpm/ondemand-runtime.spec +++ b/packages/ondemand-runtime/rpm/ondemand-runtime.spec @@ -104,8 +104,13 @@ Meta package for pulling in SCL nodejs %{nodejs} %package -n ondemand-apache Summary: Meta package for pulling in SCL apache %{apache} +%if 0%{?rhel} == 8 +Requires: %{apache} > 2.4.37-56, %{apache} < 2.5 +%endif +%if 0%{?rhel} == 9 +Requires: %{apache} > 2.4.57-8, %{apache} < 2.5 +%endif %if 0%{?rhel} >= 8 -Requires: %{apache} >= 2.4, %{apache} < 2.5 Requires: httpd-devel Requires: mod_ssl Requires: mod_ldap diff --git a/release-manifest.yaml b/release-manifest.yaml index 7a219a8..f09379d 100644 --- a/release-manifest.yaml +++ b/release-manifest.yaml @@ -1,6 +1,6 @@ major: '3.1' full: '3.1.9' -runtime: '3.1.5' +runtime: '3.1.6' # release ondemand-release: