%global forgeurl https://github.com/pulp/pulp_installer Name: ansible-collection-pulp-pulp_installer Version: 3.22.1 Release: 4%{?dist} Summary: A collection of roles to install or upgrade Pulp 3 License: GPL-2.0-or-later URL: %{ansible_collection_url pulp pulp_installer} Source0: %{forgeurl}/archive/%{version}/pulp.pulp_installer-%{version}.tar.gz # Patch galaxy.yml to exclude unnecessary files from the built collection. # This is a downstream only patch. Patch: build_ignore.patch BuildArch: noarch BuildRequires: ansible-packaging %global _description %{expand: The Pulp 3 Ansible installer is a collection of Ansible roles that you can use to install or upgrade Pulp 3, or add plugins to an existing installation. Each Ansible role installs and configures a component of Pulp, or other services required by Pulp (PostgreSQL, Redis and a webserver.)} %description %_description %package doc Summary: Documentation for the pulp.pulp_installer collection %description doc %_description This is documentation for the pulp.pulp_installer collection. %prep %autosetup -p1 -n pulp_installer-%{version} %build %ansible_collection_build %install %ansible_collection_install mkdir -p %{buildroot}%{_docdir}/%{name}-doc # Remove dangling symlinks cp -p -r --dereference docs %{buildroot}%{_docdir}/%{name}-doc %files -f %{ansible_collection_filelist} %license LICENSE COPYRIGHT COMMITMENT %doc README.md CHANGES %files doc %license LICENSE COPYRIGHT COMMITMENT %doc %{_docdir}/%{name}-doc %changelog * Mon Jan 22 2024 Fedora Release Engineering - 3.22.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering - 3.22.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 28 2023 Jakub Kadlcik - 3.22.1-2 - Preserve timestamps and fix typo * Thu Jul 20 2023 Jakub Kadlcik - 3.22.1-1 - Initial package