diff options
Diffstat (limited to 'ansible-collection-awx-awx.spec')
-rw-r--r-- | ansible-collection-awx-awx.spec | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/ansible-collection-awx-awx.spec b/ansible-collection-awx-awx.spec index 6ef083c..009e911 100644 --- a/ansible-collection-awx-awx.spec +++ b/ansible-collection-awx-awx.spec @@ -7,13 +7,24 @@ %endif Name: ansible-collection-awx-awx -Version: 22.6.0 +Version: 22.7.0 Release: 1%{?dist} Summary: Ansible modules and plugins for working with AWX -License: GPL-3.0-or-later +License: GPL-3.0-only URL: %{ansible_collection_url awx awx} Source0: https://github.com/ansible/awx/archive/%{version}/awx-%{version}.tar.gz +# This patch is removing the following files / folders: +# - Test & Tests: remove any unnecessary test files that we are not uising at +# this time. +# - images: No need to have an image of the completed test in the collection RPM. +# - Testing.md: Removed instructions for building and testing the collection. +# Files used for Execution build and python requirements +# - requirements.txt +# - bindep.txt +# We install these files with the license and doc section. We don't want them duplicated. +# - COPYING +# - README Patch0: build_ignore-unnecessary-files.patch BuildArch: noarch @@ -21,7 +32,6 @@ BuildArch: noarch BuildRequires: ansible-packaging %if %{with tests/units} BuildRequires: ansible-packaging-tests -BuildRequires: %{py3_dist requests} %endif %description @@ -39,7 +49,6 @@ ansible-playbook -i localhost, awx_collection/tools/template_galaxy.yml \ -e collection_namespace=awx \ -e collection_version=%{version} \ -e '{"awx_template_version": false}' -# cd %{_builddir}/awx-%{version}/awx_collection_build/ cd awx_collection_build/ %ansible_collection_build @@ -59,5 +68,8 @@ cd awx_collection_build/ %doc README.md %changelog +* Wed Aug 23 2023 Andrew H <aheath1992@gmail.com> - 22.7.0-1 +- Update to 22.7.0. + * Fri Jul 28 2023 Andrew H <aheath1992@gmail.com> - 22.6.0-1 - Initial Package |