diff --git a/.ansible.metadata b/.ansible.metadata index daf58e1..e2b7618 100644 --- a/.ansible.metadata +++ b/.ansible.metadata @@ -1 +1 @@ -28645c0b941480d4e5de039b37f87e6c385148a2 SOURCES/ansible-5.5.0.tar.gz +8777f76eefd7bdf31b6b0daba3e84a1c562f0a7f SOURCES/ansible-5.6.0.tar.gz diff --git a/SPECS/ansible.spec b/SPECS/ansible.spec index 4bdb8fd..a7655db 100644 --- a/SPECS/ansible.spec +++ b/SPECS/ansible.spec @@ -10,7 +10,7 @@ Name: ansible Summary: Curated set of Ansible collections included in addition to ansible-core -Version: 5.5.0 +Version: 5.6.0 Release: 1%{?dist} License: GPLv3+ @@ -19,8 +19,16 @@ Url: https://ansible.com BuildArch: noarch BuildRequires: findutils + +# for rhel8 we expect python38 as it's required by ansible-core +# on Fedora current version it's already higher so requiring python3 +%if 0%{?rhel} == 8 BuildRequires: python38-devel BuildRequires: python38-setuptools +%else +BuildRequires: python3-devel +BuildRequires: python3-setuptools +%endif %if 0%{?with_tests} # TODO build-requires @@ -112,6 +120,9 @@ echo "[END] Delete unnecessary files and directories" %{python3_sitelib}/*egg-info %changelog +* Tue Apr 12 2022 Fabian Arrotin - 5.6.0-1 +- Bumped to 5.6.0 version + * Tue Mar 15 2022 David Moreau-Simard - 5.5.0-1 - Update to latest upstream release