From 2c329d6176cdb5f4ae7206ce7e421c219197e54e Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Apr 12 2022 16:18:25 +0000 Subject: Added a dep on ansible-core Signed-off-by: Fabian Arrotin --- diff --git a/SPECS/ansible.spec b/SPECS/ansible.spec index a7655db..a9444d6 100644 --- a/SPECS/ansible.spec +++ b/SPECS/ansible.spec @@ -11,7 +11,7 @@ Name: ansible Summary: Curated set of Ansible collections included in addition to ansible-core Version: 5.6.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Source0: %{pypi_source} @@ -25,6 +25,7 @@ BuildRequires: findutils %if 0%{?rhel} == 8 BuildRequires: python38-devel BuildRequires: python38-setuptools +Requires: ansible-core >= 2.12 %else BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -120,6 +121,9 @@ echo "[END] Delete unnecessary files and directories" %{python3_sitelib}/*egg-info %changelog +* Tue Apr 12 2022 Fabian Arrotin - 5.6.0-2 +- Adding a Requires: ansible-core to automatically pull it as dependency + * Tue Apr 12 2022 Fabian Arrotin - 5.6.0-1 - Bumped to 5.6.0 version