From ecad6a076442552e79713a232d79bca4f178ad73 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 23 2021 09:46:10 +0000 Subject: Require either ansible or ansible-core This patch prepares the package to move to a new package ansible-core instead of current ansible. --- diff --git a/SPECS/python-network-runner.spec b/SPECS/python-network-runner.spec index a5244df..503b59c 100644 --- a/SPECS/python-network-runner.spec +++ b/SPECS/python-network-runner.spec @@ -12,7 +12,7 @@ URL: https://github.com/ansible-network/%{pypi_name} Source0: https://github.com/ansible-network/%{pypi_name}/archive/%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: ansible >= 2.6 +BuildRequires: (ansible >= 2.6 or ansible-core >= 2.11) BuildRequires: python3-devel BuildRequires: python3dist(ansible-runner) BuildRequires: python3dist(mock)