Skip to content

Commit

Permalink
packaging: spec: Conflict with ansible-core >= 2.13
Browse files Browse the repository at this point in the history
Change-Id: If99406a66beebe49e2759214df4d831f3a275688
Signed-off-by: Yedidyah Bar David <didi@redhat.com>
  • Loading branch information
didib authored and mwperina committed Sep 14, 2022
1 parent 622567a commit 5cdce04
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 @@ -312,6 +312,11 @@ Requires: %{name}-ui-extensions >= 1.0.4
# From ovirt-engine-4.5.0 ansible-core and ansible-runner are required,
# ansible-runner-service is obsoleted
Requires: ansible-core >= 2.12.0
# ansible-core 2.13 uses Python 3.9, and many modules are missing a Python 3.9
# build on el8. TODO: Provide them? Instead of or in addition to Python 3.8?
%if 0%{?rhel} < 9
Conflicts: ansible-core >= 2.13.0
%endif
Requires: ansible-runner >= 2.1.3
%if 0%{?rhel} < 9
Obsoletes: ansible-runner-service < 1.1.0
Expand Down

0 comments on commit 5cdce04

Please sign in to comment.