From dc4cf1ea131f10a5ad18a27debb95e6d1c899b5f Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Mar 08 2023 15:46:38 +0000 Subject: Import ansible-collection-containers-podman-1.10.1-2 from Fedora Related-to: https://review.rdoproject.org/r/q/I8bff56ced02213d2ebb3a6a3872cb9c6b2e08f9e --- diff --git a/.ansible-collection-containers-podman.metadata b/.ansible-collection-containers-podman.metadata new file mode 100644 index 0000000..200f5f5 --- /dev/null +++ b/.ansible-collection-containers-podman.metadata @@ -0,0 +1 @@ +2b6bb50bae6d4a4b477a8a2c8a5869f3ad47c05a SOURCES/1.10.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..65cc5df --- /dev/null +++ b/SPECS/ansible-collection-containers-podman.spec @@ -0,0 +1,82 @@ +Name: ansible-collection-containers-podman +Version: 1.10.1 +Release: 2%{?dist} +Summary: Podman Ansible collection for Podman containers + +License: GPL-3.0-or-later +URL: https://galaxy.ansible.com/containers/podman +Source: https://github.com/containers/ansible-podman-collections/archive/%{version}.tar.gz + +BuildRequires: ansible-packaging + +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 docs/ + +%build +%ansible_collection_build + +%install +%ansible_collection_install + +%files -f %{ansible_collection_filelist} +%license COPYING +%doc README.md + +%changelog +* Wed Jan 18 2023 Fedora Release Engineering - 1.10.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Nov 29 2022 Maxwell G - 1.10.1-1 +- Update to 1.10.1. Fixes rhbz#2143801. +- Remove useless docs directory from collection artifact. + +* Wed Jul 20 2022 Fedora Release Engineering - 1.9.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + + +* Mon Jul 04 2022 Jakob Meng - 1.9.4-1 +- Bump to 1.9.4 + +* Wed Mar 30 2022 Jakob Meng - 1.9.3-1 +- Bump to 1.9.3 + +* Mon Mar 21 2022 Jakob Meng - 1.9.2-1 +- Bump to 1.9.2 + +* Sat Jan 29 2022 Maxwell G - 1.9.1-3 +- Switch to ansible-packaging. + +* Wed Jan 19 2022 Fedora Release Engineering - 1.9.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jan 13 2022 Sagi Shnaidman - 1.9.1-1 +- Bump to 1.9.1 + +* Thu Nov 25 2021 Sagi Shnaidman - 1.8.3-1 +- Bump to 1.8.3 + +* Tue Nov 09 2021 Sagi Shnaidman - 1.8.2-1 +- Bump to 1.8.2 + +* Thu Oct 14 2021 Sagi Shnaidman - 1.6.1-3 +- Use ansible or ansible-core as BuildRequires + +* 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