%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.2.0 Release: 1.20240830104516627285.pr1772.31.gd581f95a%{?dist} Summary: The Foreman Project Ansible modules collection License: GPLv3+ URL: https://theforeman.org/plugins/foreman-ansible-modules Source0: theforeman-foreman-4.2.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.2.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 * Fri Aug 30 2024 Packit - 4.2.0-1.20240830104516627285.pr1772.31.gd581f95a - allow setting `state` for the LCE, allowing deletion of existing ones (Evgeni Golov) - don't send empty JSON body in GET requests to the portal (Evgeni Golov) - install community.docker from a direct link (Evgeni Golov) - repositories role -- allow additional product options (Richard J Osborne) - add packit (Evgeni Golov) - record content_view_filter_info_deb (Evgeni Golov) - re-record content_view_filter_info (Evgeni Golov) - Split out Debian tests for content_view_filter_info (Evgeni Golov) - don't assert sync times in cv_filter_info tests (Evgeni Golov) - set repositories to on_demand for cv_filter_info test (Evgeni Golov) - record content_view_filter_deb (Evgeni Golov) - re-record content_view_filter (Evgeni Golov) - Split out Debian tests for content_view_filter (Evgeni Golov) - don't assert sync times in cv_filter test (Evgeni Golov) - set repos in cv_filter test to on_demand (Evgeni Golov) - record cv_filter_rule_deb (Evgeni Golov) - re-record cv_filter_rule (Evgeni Golov) - Split out Debian tests for content_view_filter_rule (Evgeni Golov) - do not expect a specific time to sync in cv_filter_rule tests (Evgeni Golov) - set repos to on_demand for cv_filter_rule tests (Evgeni Golov) - record cv_filter_rule_info Debian (Evgeni Golov) - re-record cv_filter_rule_info (Evgeni Golov) - split out Debian cv_filter_rule_info tests (Evgeni Golov) - sync repos as on_demand, we do not need the content for rule_info (Evgeni Golov) - do not sync finishes in the expected time for rule info setup (Evgeni Golov) - don't pass params to cv_filter that are moved to cv_filter_rule (Evgeni Golov) - activation_keys role -- allow deleting of keys (cojmckee) - only allow chunk_size_gb for importable exports (Evgeni Golov) - feat: add description parameter to location (Patrick Pfurtscheller) - fix sync_plan tests (Evgeni Golov) - Bump version to 4.2.0-dev (Evgeni Golov) * 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