From ef4ff427fe700812f927e3706aa0f0791efee4a3 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 23 2021 11:53:41 +0000 Subject: Import ansible-collection-containers-podman-1.6.1-2.el9 as RDO dependency --- diff --git a/.ansible-collection-containers-podman.metadata b/.ansible-collection-containers-podman.metadata new file mode 100644 index 0000000..af7100e --- /dev/null +++ b/.ansible-collection-containers-podman.metadata @@ -0,0 +1 @@ +354675f4e80aef4ce330a57b48d65f601bd4007d SOURCES/1.6.1.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..c4cc22d --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# ansible-collection-containers-podman + +The ansible-collection-containers-podman package diff --git a/SPECS/ansible-collection-containers-podman.spec b/SPECS/ansible-collection-containers-podman.spec new file mode 100644 index 0000000..8c9eaf8 --- /dev/null +++ b/SPECS/ansible-collection-containers-podman.spec @@ -0,0 +1,48 @@ +%global collection_namespace containers +%global collection_name podman + +Name: ansible-collection-%{collection_namespace}-%{collection_name} +Version: 1.6.1 +Release: 2%{?dist} +Summary: Podman Ansible collection for Podman containers + +License: GPLv3+ +URL: %{ansible_collection_url} +Source: https://github.com/containers/ansible-podman-collections/archive/%{version}.tar.gz + +BuildRequires: ansible >= 2.9.10 + +BuildArch: noarch + +%description +%{summary}. + +%prep +%autosetup -n ansible-podman-collections-%{version} +sed -i -e 's/version:.*/version: %{version}/' galaxy.yml +find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{}' + +rm -vr changelogs/ ci/ contrib/ tests/ ./galaxy.yml.in .github/ .gitignore + +%build +%ansible_collection_build + +%install +%ansible_collection_install + +%files +%license COPYING +%doc README.md +%{ansible_collection_files} + +%changelog +* Wed Jul 21 2021 Fedora Release Engineering - 1.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jun 08 2021 Sagi Shnaidman - 1.6.1-1 +- Bump to 1.6.1-1 + +* Sun Feb 21 2021 Sagi Shnaidman - 1.4.1-2 +- Resolving RPM issues + +* Tue Feb 09 2021 Sagi Shnaidman - 1.4.1-1 +- Initial package