%global collection_namespace ansible %global collection_name netcommon Name: ansible-collection-%{collection_namespace}-%{collection_name} Version: 1.1.2 Release: 1%{?dist} Summary: Ansible Network Collection for Common Code License: GPLv3+ and BSD and Python URL: %{ansible_collection_url} Source: https://github.com/ansible-collections/ansible.netcommon/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: ansible >= 2.9.10 BuildArch: noarch %description %{summary}. %prep %autosetup -n ansible.netcommon-%{version} sed -i -e '/version:/s/null/%{version}/' galaxy.yml sed -i -e '1{\@^#!.*@d}' plugins/modules/*.py rm -vr tests/integration bindep.txt .yamllint find -type f -name '.gitignore' -print -delete %build %ansible_collection_build %install %ansible_collection_install %files %license LICENSE %doc README.md %{ansible_collection_files} %changelog * Sat Aug 08 2020 Igor Raits - 1.1.2-1 - Initial package