Skip to content
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

packaging: spec: Conflict with ansible-core >= 2.13 #654

Merged
merged 1 commit into from Sep 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions ovirt-engine.spec.in
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