%global debug_package %{nil} %global collection_namespace theforeman %global collection_name foreman %global collection_directory %{_datadir}/ansible/collections/ansible_collections/%{collection_namespace}/%{collection_name} %global release 1 Name: ansible-collection-%{collection_namespace}-%{collection_name} Version: 4.3.0 Release: 1.20241107065445307666.pr1793.33.gbe17f83c%{?dist} Summary: The Foreman Project Ansible modules collection License: GPLv3+ URL: https://theforeman.org/plugins/foreman-ansible-modules Source0: theforeman-foreman-4.3.0-dev.tar.gz BuildArch: noarch Provides: ansible-collection(%{collection_namespace}.%{collection_name}) = %{version} Provides: bundled(python-apypie) = 0.4.0 %if 0%{?rhel} == 8 Requires: (ansible >= 2.9 or ansible-core) Requires: (python3-requests if ansible) Requires: (python3-pyyaml if ansible) Requires: (python38-requests if ansible-core < 2.13) Requires: (python38-pyyaml if ansible-core < 2.13) Requires: (python39-requests if (ansible-core >= 2.13 and ansible-core < 2.14.2-3)) Requires: (python39-pyyaml if (ansible-core >= 2.13 and ansible-core < 2.14.2-3)) Requires: (python3.11-requests if (ansible-core >= 2.14.2-3 and ansible-core < 2.16.3-2)) Requires: (python3.11-pyyaml if (ansible-core >= 2.14.2-3 and ansible-core < 2.16.3-2)) Requires: (python3.12-requests if ansible-core >= 2.16.3-2) Requires: (python3.12-pyyaml if ansible-core >= 2.16.3-2) %else Requires: ansible-core Requires: (python3-requests if ansible-core >= 1:2.14.7) Requires: (python3-pyyaml if ansible-core >= 1:2.14.7) Requires: (python3.11-requests if (ansible-core >= 2.14.2-3 and ansible-core < 1:2.14.7)) Requires: (python3.11-pyyaml if (ansible-core >= 2.14.2-3 and ansible-core < 1:2.14.7)) %endif %description Collection of Ansible Modules to manage Foreman installations. Includes modules for Katello. %prep %setup -q -c -n theforeman.foreman-4.3.0 %build %install mkdir -p %{buildroot}%{collection_directory} cp -a ./* %{buildroot}%{collection_directory} %files %{collection_directory}/ %license %{collection_directory}/LICENSE %doc %{collection_directory}/README.md %changelog * Thu Nov 07 2024 Packit - 4.3.0-1.20241107065445307666.pr1793.33.gbe17f83c - Explicitly test Ansible 2.10.0 (Evgeni Golov) - redhat_manifest: drop Ansible pre 2.9 special casing (Evgeni Golov) - Drop support for Ansible 2.9 (Evgeni Golov) - set collections_path in ansible.cfg for tests (Evgeni Golov) - re-record luna_hostgroup (Evgeni Golov) - re-record katello_hostgroup (Evgeni Golov) - re-record host (Evgeni Golov) - re-record host_interface_attributes (Evgeni Golov) - re-record domain (Evgeni Golov) - re-record subnet (Evgeni Golov) - also fetch hidden params for other entities (Evgeni Golov) - test hidden params in hostgroup (Evgeni Golov) - support hidden values when creating params (Evgeni Golov) - keep running GH workflow with -vv (Evgeni Golov) - Drop support for Python 2.7 and 3.5 (Evgeni Golov) - allow overriding pytest command (Evgeni Golov) - install community docker for 2.9 ansible too (Evgeni Golov) - don't always require community.docker (Evgeni Golov) - move inventory specific vars to an own file (Evgeni Golov) - allow using a different foreman url/username/pass in inventory tests (Evgeni Golov) - allow disabling of container usage in inventory tests (Evgeni Golov) - split inventory plugin setup in container and data steps (Evgeni Golov) - add Python 3.13 to CI (Evgeni Golov) - re-record hostgroup on recent nightly (Evgeni Golov) - cleanup maybe existing hostgroups (Evgeni Golov) - adjust compute profiles role test setup (Evgeni Golov) - Update README.md (ab) - Add Ansible 2.18 to test matrix (Evgeni Golov) - don't require password_hash when creating an OS (Evgeni Golov) - fix resource_info tests (Evgeni Golov) - fix sync plans role tests (Evgeni Golov) - update inventory tests to Foreman 3.12 and PostgreSQL 13 (Evgeni Golov) - Bump version to 4.3.0-dev (Evgeni Golov) * Fri Aug 30 2024 Evgeni Golov - 4.2.0-1 - Release ansible-collection-theforeman-foreman 4.2.0 * Wed Jul 17 2024 Evgeni Golov - 4.1.0-1 - Release ansible-collection-theforeman-foreman 4.1.0 * Thu Feb 15 2024 Evgeni Golov - 4.0.0-2 - Adjust requirements for Ansible using Python 3.12 * Fri Jan 12 2024 Evgeni Golov - 4.0.0-1 - Release ansible-collection-theforeman-foreman 4.0.0 * Mon Jan 08 2024 Evgeni Golov - 3.14.0-2 - Adjust requiements for Ansible on EL9 * Fri Sep 08 2023 Evgeni Golov - 3.14.0-1 - Release ansible-collection-theforeman-foreman 3.14.0 * Wed Aug 23 2023 Evgeni Golov - 3.13.0-1 - Release ansible-collection-theforeman-foreman 3.13.0 * Mon Jul 10 2023 Evgeni Golov - 3.12.0-1 - Release ansible-collection-theforeman-foreman 3.12.0 * Wed Jun 14 2023 Evgeni Golov - 3.11.0-1 - Release ansible-collection-theforeman-foreman 3.11.0 * Tue Apr 04 2023 Evgeni Golov - 3.10.0-1 - Release ansible-collection-theforeman-foreman 3.10.0 * Fri Mar 03 2023 Evgeni Golov - 3.9.0-2 - Use Python 3.11 for Ansible in EL8.8 * Mon Feb 20 2023 Evgeni Golov - 3.9.0-1 - Release ansible-collection-theforeman-foreman 3.9.0 * Tue Dec 20 2022 Evgeni Golov - 3.8.0-1 - Release ansible-collection-theforeman-foreman 3.8.0 * Fri Oct 07 2022 Evgeni Golov - 3.7.0-2 - Use python39 packages with ansible-core 2.13+ * Wed Oct 05 2022 Evgeni Golov - 3.7.0-1 - Release ansible-collection-theforeman-foreman 3.7.0 * Fri Sep 02 2022 Evgeni Golov - 3.6.0-1 - Release ansible-collection-theforeman-foreman 3.6.0 * Thu Aug 25 2022 Evgeni Golov - 3.5.0-1 - Release ansible-collection-theforeman-foreman 3.5.0 * Tue May 17 2022 Evgeni Golov - 3.4.0-1 - Release ansible-collection-theforeman-foreman 3.4.0 * Wed Apr 06 2022 Evgeni Golov - 3.3.0-1 - Release ansible-collection-theforeman-foreman 3.3.0 * Tue Mar 15 2022 Evgeni Golov - 3.2.0-2 - adjust dependencies to pull in right requests and pyyaml * Wed Mar 02 2022 Evgeni Golov - 3.2.0-1 - Release ansible-collection-theforeman-foreman 3.2.0 * Wed Feb 23 2022 Evgeni Golov - 3.1.0-2 - Require ansible or ansible-core on EL8+ * Mon Jan 17 2022 Evgeni Golov - 3.1.0-1 - Release ansible-collection-theforeman-foreman 3.1.0 * Fri Nov 12 2021 Evgeni Golov - 3.0.0-1 - Release ansible-collection-theforeman-foreman 3.0.0 * Wed Aug 25 2021 Evgeni Golov - 2.2.0-1 - Release ansible-collection-theforeman-foreman 2.2.0 * Tue Jul 13 2021 Evgeni Golov - 2.1.2-1 - Release ansible-collection-theforeman-foreman 2.1.2 * Wed Jun 23 2021 Evgeni Golov - 2.1.1-1 - Release ansible-collection-theforeman-foreman 2.1.1 * Thu May 20 2021 Evgeni Golov - 2.1.0-1 - Release ansible-collection-theforeman-foreman 2.1.0 * Wed Mar 03 2021 Evgeni Golov - 2.0.1-1 - Release ansible-collection-theforeman-foreman 2.0.1 * Mon Feb 22 2021 Evgeni Golov - 2.0.0-1 - Release ansible-collection-theforeman-foreman 2.0.0 * Mon Dec 14 2020 Evgeni Golov - 1.5.1-1 - Release ansible-collection-theforeman-foreman 1.5.1 * Thu Dec 03 2020 Evgeni Golov - 1.5.0-1 - Release ansible-collection-theforeman-foreman 1.5.0 * Thu Oct 22 2020 Evgeni Golov - 1.4.0-1 - Release ansible-collection-theforeman-foreman 1.4.0 * Tue Sep 22 2020 Evgeni Golov - 1.3.0-1 - Release ansible-collection-theforeman-foreman 1.3.0 * Fri Sep 04 2020 Evgeni Golov - 1.2.0-1 - Release ansible-collection-theforeman-foreman 1.2.0 * Mon Aug 17 2020 Evgeni Golov - 1.1.0-1 - Release ansible-collection-theforeman-foreman 1.1.0 - Add a provides for ansible-collection(theforeman.foreman) * Tue Jun 30 2020 Evgeni Golov - 1.0.1-1 - Release ansible-collection-theforeman-foreman 1.0.1 * Fri Jun 19 2020 Evgeni Golov - 1.0.0-1 - Release ansible-collection-theforeman-foreman 1.0.0 * Fri Jun 05 2020 Evgeni Golov - 0.8.1-1 - Release ansible-collection-theforeman-foreman 0.8.1 * Tue Apr 21 2020 Evgeni Golov - 0.8.0-1 - Release ansible-collection-theforeman-foreman 0.8.0 * Wed Mar 18 2020 Evgeni Golov - 0.7.0-1 - Release ansible-collection-theforeman-foreman 0.7.0 * Tue Mar 10 2020 Evgeni Golov - 0.6.0-1 - Release ansible-collection-theforeman-foreman 0.6.0 * Thu Jan 23 2020 Evgeni Golov - 0.4.1-1 - Release ansible-collection-theforeman-foreman 0.4.1 * Mon Jan 13 2020 Evgeni Golov - 0.4.0-2 - Rebuild for EL8 client repository * Thu Jan 09 2020 Evgeni Golov - 0.4.0-1 - Release ansible-collection-theforeman-foreman 0.4.0 * Fri Dec 06 2019 Evgeni Golov - 0.3.0-1 - Release ansible-collection-theforeman-foreman 0.3.0 * Wed Oct 30 2019 Evgeni Golov - 0.2.0-1 - Release ansible-collection-theforeman-foreman 0.2.0 * Wed Sep 18 2019 Evgeni Golov - 0.1.0-1 - Initial package