From 04be75eea67a9e32c8cdd4f1c7810fb0ea900aae Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 15 Sep 2021 17:55:32 +0800 Subject: [PATCH] change requires ansible to ansible-2.9 --- ovirt-ansible-collection.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ovirt-ansible-collection.spec b/ovirt-ansible-collection.spec index ec6bb41..dac58d8 100644 --- a/ovirt-ansible-collection.spec +++ b/ovirt-ansible-collection.spec @@ -5,13 +5,13 @@ Name: ovirt-ansible-collection Summary: Ansible collection to manage all ovirt modules and inventory Version: 1.5.3 -Release: 1 +Release: 2 Source0: http://resources.ovirt.org/pub/src/ovirt-ansible-collection/ovirt-ansible-collection-1.5.3.tar.gz License: ASL 2.0 and GPLv3+ BuildArch: noarch Url: http://www.ovirt.org -Requires: ansible >= 2.9.0 +Requires: ansible-2.9 >= 2.9.0 Requires: python3-ovirt-engine-sdk4 >= 4.4.11 Requires: python3-netaddr Requires: python3-jmespath @@ -68,5 +68,8 @@ sh build.sh install %{collectionname} %license licenses %changelog +* Thu Sep 15 2021 wulei - 1.5.3-2 +- Change require from ansible to ansible-2.9 + * Thu Sep 2 2021 shenhongyi - 1.5.3-1 - Package init