%global collection_namespace ansible %global collection_name posix Name: ansible-collection-%{collection_namespace}-%{collection_name} Version: 1.3.0 Release: 2%{?dist} Summary: Ansible Collection targeting POSIX and POSIX-ish platforms # plugins/module_utils/mount.py: Python Software Foundation License version 2 License: GPLv3+ and Python URL: %{ansible_collection_url} Source: https://github.com/ansible-collections/ansible.posix/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: (ansible >= 2.9.10 or ansible-core >= 2.11.0) BuildArch: noarch %description %{summary}. %prep %autosetup -n ansible.posix-%{version} rm -vr tests/{integration,utils} .github changelogs/fragments/.keep {test-,}requirements.txt shippable.yml rm -vr .azure-pipelines find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{}' + find -type f -name '.gitignore' -print -delete %build %ansible_collection_build %install %ansible_collection_install %files %license COPYING %doc README.md %{ansible_collection_files} %changelog Thu Oct 14 2021 Sagi Shnaidman - 1.3.0-2 - Use ansible or ansible-core as BuildRequires * Mon Sep 06 2021 Kevin Fenzi - 1.3.0-1 - Update to 1.3.0. Fixes rhbz#1992970 * Wed Jul 21 2021 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sat Apr 24 2021 Kevin Fenzi - 1.2.0-1 - Update to 1.2.0. * Tue Jan 26 2021 Fedora Release Engineering - 1.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sat Jan 16 2021 Kevin Fenzi - 1.1.1-2 - Rebuild against new ansible-generator and allow to be used by ansible-base-2.10.x * Tue Dec 29 2020 Igor Raits - 1.1.1-1 - Update to 1.1.1 * Sun Aug 09 2020 Igor Raits - 1.1.0-1 - Initial package