diff --git a/.ansible-collection-ansible-posix.metadata b/.ansible-collection-ansible-posix.metadata new file mode 100644 index 0000000..551c067 --- /dev/null +++ b/.ansible-collection-ansible-posix.metadata @@ -0,0 +1 @@ +a8c270d7bc44a577a949f9b666f2f208eee7b54b SOURCES/ansible-collection-ansible-posix-1.2.0.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..bad4953 --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# ansible-collection-ansible-posix + +The ansible-collection-ansible-posix package diff --git a/SPECS/ansible-collection-ansible-posix.spec b/SPECS/ansible-collection-ansible-posix.spec new file mode 100644 index 0000000..054f501 --- /dev/null +++ b/SPECS/ansible-collection-ansible-posix.spec @@ -0,0 +1,53 @@ +%global collection_namespace ansible +%global collection_name posix + +Name: ansible-collection-%{collection_namespace}-%{collection_name} +Version: 1.2.0 +Release: 1%{?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 + +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 +* 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