Skip to content

Commit

Permalink
Bump OvS to 2.17 and OVN to 2.19 on EL9
Browse files Browse the repository at this point in the history
OvS 2.17 and OVN 2.19 are the lowest supported versions on EL9, so we
need to bump the requirements. But OvS 2.15 and OVN 2021 are the
supported versions on EL8, no changes there.

Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina committed Jan 24, 2023
1 parent 52cdc7b commit e2f9104
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ovirt-engine.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,12 @@ Conflicts: %{name} < 4.4.0
Requires: ovirt-vmconsole >= 1.0.7

# OVS/OVN stuff, for firewalld service files
%if 0%{?rhel} >= 9
# OVS 2.17 and OVN 2022 are the lowest supported versions on EL9
Requires: ovirt-openvswitch-ovn-central >= 2.17
%else
Requires: ovirt-openvswitch-ovn-central >= 2.15
%endif
Requires: ovirt-provider-ovn >= 1.2.35

%description setup-plugin-ovirt-engine
Expand Down

0 comments on commit e2f9104

Please sign in to comment.