From ad64abd6726dbfeae47ff9cf4caa3e7aaf8c0834 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 22 Sep 2021 11:49:16 +0800 Subject: [PATCH] Change require from ansible to ansible-2.9 --- python-ansible-runner.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-ansible-runner.spec b/python-ansible-runner.spec index a43d6e9..ddc8666 100644 --- a/python-ansible-runner.spec +++ b/python-ansible-runner.spec @@ -2,7 +2,7 @@ %global pypi_name ansible-runner Name: python-%{pypi_name} Version: 1.4.6 -Release: 1 +Release: 2 Summary: A tool and python library to interface with Ansible License: ASL 2.0 URL: https://github.com/ansible/ansible-runner @@ -20,7 +20,7 @@ standalone tool, or imported into a python project. %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} -Requires: ansible >= 2.6 python3-daemon python3dist(pexpect) >= 4.6 python3dist(psutil) +Requires: ansible-2.9 >= 2.6 python3-daemon python3dist(pexpect) >= 4.6 python3dist(psutil) Requires: python3dist(pyyaml) python3dist(setuptools) python3dist(six) %description -n python3-%{pypi_name} Ansible Runner is a tool and python library that helps when interfacing with @@ -53,5 +53,8 @@ py.test-3 -v test %{_bindir}/ansible-runner %changelog +* Wed Sep 22 2021 wulei - 1.4.6-2 +- Change require from ansible to ansible-2.9 + * Fri Sep 17 2021 wulei - 1.4.6-1 - package init