From 9a4e1754e4a296296d2c8a789ec2bcdbd73abbd2 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 23 2021 12:20:41 +0000 Subject: Require ansible or ansible-core in ansible-role-network-runner Required for CS9 --- diff --git a/SPECS/python-network-runner.spec b/SPECS/python-network-runner.spec index 503b59c..3630e1e 100644 --- a/SPECS/python-network-runner.spec +++ b/SPECS/python-network-runner.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 0.3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Abstraction and Python API for Ansible Networking License: ASL 2.0 @@ -39,7 +39,7 @@ programatically through ansible-runner. %package -n ansible-role-%{ansible_role} Summary: Role for Python Network Runner Library -Requires: ansible >= 2.6 +Requires: (ansible >= 2.6 or ansible-core >= 2.11) # No cross sub-package dependency. # Can be installed and used without python package. @@ -72,6 +72,9 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %{_sysconfdir}/ansible/roles/%{ansible_role}/ %changelog +* Thu Sep 23 2021 Alfredo Moralejo - 0.3.4-2 +- Require ansible or ansible-core in ansible-role-network-runner + * Fri Apr 30 2021 Dan Radez - 0.3.4-1 - update to 0.3.4