summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Heath <anheath@redhat.com>2023-08-24 11:48:18 -0400
committerAndrew Heath <anheath@redhat.com>2023-08-24 11:48:18 -0400
commit47f943f09d754ebab15d533eb7e98179279bd4db (patch)
treee4f620103d4eb1bb934c659c1fa7cf7288d197f4
parentb0a729ce106d92d631da6f74fec3fb8d1ae24a01 (diff)
downloadansible-collection-awx-awx-47f943f09d754ebab15d533eb7e98179279bd4db.tar.gz
ansible-collection-awx-awx-47f943f09d754ebab15d533eb7e98179279bd4db.tar.xz
ansible-collection-awx-awx-47f943f09d754ebab15d533eb7e98179279bd4db.zip
updated spec file and updated to 22.7.0
-rw-r--r--ansible-collection-awx-awx-22.7.0-1.fc38.src.rpmbin0 -> 17654092 bytes
-rw-r--r--ansible-collection-awx-awx.spec20
2 files changed, 16 insertions, 4 deletions
diff --git a/ansible-collection-awx-awx-22.7.0-1.fc38.src.rpm b/ansible-collection-awx-awx-22.7.0-1.fc38.src.rpm
new file mode 100644
index 0000000..4a659f6
--- /dev/null
+++ b/ansible-collection-awx-awx-22.7.0-1.fc38.src.rpm
Binary files differ
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