From 9a73a4e4a6133052f8dc2e72385c7a0edf2a4515 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 2 May 2022 18:18:03 -0500 Subject: [PATCH 01/13] BR ansible instead of ansible-packaging for epel8. --- ansible-collection-community-docker.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index e0e5cf4..974886c 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -23,9 +23,7 @@ Source1: %{name}.rpmlintrc # Needed for %%py3_shebang_fix. Buildrequires: python3-devel -BuildRequires: ansible-packaging -# Prefer ansible-core -Suggests: ansible-core +BuildRequires: ansible BuildArch: noarch From c036f63b87fa8f37e12e1108ade3ebed64c640eb Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sat, 14 May 2022 13:37:25 -0500 Subject: [PATCH 02/13] Revert "BR ansible instead of ansible-packaging for epel8." This reverts commit 9a73a4e4a6133052f8dc2e72385c7a0edf2a4515. --- ansible-collection-community-docker.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index 974886c..e0e5cf4 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -23,7 +23,9 @@ Source1: %{name}.rpmlintrc # Needed for %%py3_shebang_fix. Buildrequires: python3-devel -BuildRequires: ansible +BuildRequires: ansible-packaging +# Prefer ansible-core +Suggests: ansible-core BuildArch: noarch From fa440ae6018ecc44995b817001cc06ad7edb64a4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 22 Jan 2024 23:05:28 +0000 Subject: [PATCH 03/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- ansible-collection-community-docker.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index 3ec8c6e..92e0882 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -9,7 +9,7 @@ Name: ansible-collection-community-docker Version: 3.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Ansible modules and plugins for working with Docker # All files are GPL-3.0-or-later, except the following files, which are originally @@ -109,6 +109,9 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %changelog +* Mon Jan 22 2024 Fedora Release Engineering - 3.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Maxwell G - 3.5.0-1 - Update to 3.5.0. From e3e917327c4ffd02651cffb21609960c2e1d54a7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 17:02:26 +0000 Subject: [PATCH 04/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- ansible-collection-community-docker.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index 92e0882..7a96a0b 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -9,7 +9,7 @@ Name: ansible-collection-community-docker Version: 3.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Ansible modules and plugins for working with Docker # All files are GPL-3.0-or-later, except the following files, which are originally @@ -109,6 +109,9 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 3.5.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jan 22 2024 Fedora Release Engineering - 3.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 09bc2b79dd1779ea57c53896b85de3d0fa5a6072 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 26 Sep 2024 15:33:48 -0500 Subject: [PATCH 05/13] Update to 3.12.2. Fixes rhbz#2242856. --- .gitignore | 1 + ansible-collection-community-docker.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 64c24a4..b445cfc 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /community.docker-3.4.5.tar.gz /community.docker-3.4.6.tar.gz /community.docker-3.5.0.tar.gz +/community.docker-3.12.2.tar.gz diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index 7a96a0b..8f2d9c6 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -8,8 +8,8 @@ Name: ansible-collection-community-docker -Version: 3.5.0 -Release: 3%{?dist} +Version: 3.12.2 +Release: 1%{?dist} Summary: Ansible modules and plugins for working with Docker # All files are GPL-3.0-or-later, except the following files, which are originally @@ -71,6 +71,7 @@ BuildArch: noarch BuildRequires: ansible-packaging %if %{with tests} BuildRequires: ansible-packaging-tests +BuildRequires: ansible-collection(community.library_inventory_filtering_v1) BuildRequires: %{py3_dist requests} %endif @@ -99,7 +100,7 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %check %if %{with tests} -%ansible_test_unit +%ansible_test_unit -c community.library_inventory_filtering_v1 %endif @@ -109,6 +110,9 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %changelog +* Thu Sep 26 2024 Maxwell G - 3.12.2-1 +- Update to 3.12.2. Fixes rhbz#2242856. + * Wed Jul 17 2024 Fedora Release Engineering - 3.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index 70249a7..b44acba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (community.docker-3.5.0.tar.gz) = 9699fbdb563d272ed80a63a960783554c549a99bba17d25bac57ec701dd29a8ce7620580204dc78b7b1e64c4ef738dfb51ef8cf3a85fc449f835a4ef135155c2 +SHA512 (community.docker-3.12.2.tar.gz) = cdf8e309e9897a7395375d71faccab457c141f119874018f5ad9e2ef54409da0b6753a5cbb23b1da216f4de7e641daaf7ee508ac4f0a4acee39397543c0a2cd3 From 67b30a0a7969f26aa93dac0bfb993800aacbde82 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 10 Oct 2024 22:07:52 -0500 Subject: [PATCH 06/13] Update to 3.13.0. Fixes rhbz#2316730. --- .gitignore | 1 + ansible-collection-community-docker.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b445cfc..217aa06 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /community.docker-3.4.6.tar.gz /community.docker-3.5.0.tar.gz /community.docker-3.12.2.tar.gz +/community.docker-3.13.0.tar.gz diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index 8f2d9c6..c872a97 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -8,7 +8,7 @@ Name: ansible-collection-community-docker -Version: 3.12.2 +Version: 3.13.0 Release: 1%{?dist} Summary: Ansible modules and plugins for working with Docker @@ -110,6 +110,9 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %changelog +* Fri Oct 11 2024 Maxwell G - 3.13.0-1 +- Update to 3.13.0. Fixes rhbz#2316730. + * Thu Sep 26 2024 Maxwell G - 3.12.2-1 - Update to 3.12.2. Fixes rhbz#2242856. diff --git a/sources b/sources index b44acba..8505980 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (community.docker-3.12.2.tar.gz) = cdf8e309e9897a7395375d71faccab457c141f119874018f5ad9e2ef54409da0b6753a5cbb23b1da216f4de7e641daaf7ee508ac4f0a4acee39397543c0a2cd3 +SHA512 (community.docker-3.13.0.tar.gz) = 2b772cc324acc03e62376e420574643df2fb89bab30387e808aeb3dd6338f0ab9c0b3d635854cacb7e42de6373e03b7da6feb1e26b5e9989853104ecaa0ce9fe From 93a0c3d46a9860275cf59f8597328d9f9079487a Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sun, 20 Oct 2024 12:59:33 -0600 Subject: [PATCH 07/13] Update to 3.7.0 --- .gitignore | 1 + ansible-collection-community-docker.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 64c24a4..81604e6 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /community.docker-3.4.5.tar.gz /community.docker-3.4.6.tar.gz /community.docker-3.5.0.tar.gz +/community.docker-3.7.0.tar.gz diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index 3ec8c6e..252bcf5 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -8,7 +8,7 @@ Name: ansible-collection-community-docker -Version: 3.5.0 +Version: 3.7.0 Release: 1%{?dist} Summary: Ansible modules and plugins for working with Docker @@ -109,6 +109,9 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %changelog +* Sun Oct 20 2024 Orion Poplawski - 3.7.0-1 +- Update to 3.7.0 + * Sun Jan 21 2024 Maxwell G - 3.5.0-1 - Update to 3.5.0. diff --git a/sources b/sources index 70249a7..2e697b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (community.docker-3.5.0.tar.gz) = 9699fbdb563d272ed80a63a960783554c549a99bba17d25bac57ec701dd29a8ce7620580204dc78b7b1e64c4ef738dfb51ef8cf3a85fc449f835a4ef135155c2 +SHA512 (community.docker-3.7.0.tar.gz) = 743c91af64e52e556bc44634c1bca22a8381a262d44e706863ec362b84b59adfdc0f336cf7f529ec059dc1c75b90c997cfcab45cbeab0ba6d3b732bb54cd4105 From 9e46e4c4fd785161b98b430a0e9034c60a5a02d2 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 25 Nov 2024 23:26:28 -0600 Subject: [PATCH 08/13] Update to 4.1.0. Fixes rhbz#2319299. --- .gitignore | 1 + ansible-collection-community-docker.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 217aa06..e521821 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /community.docker-3.5.0.tar.gz /community.docker-3.12.2.tar.gz /community.docker-3.13.0.tar.gz +/community.docker-4.1.0.tar.gz diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index c872a97..29769b8 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -8,7 +8,7 @@ Name: ansible-collection-community-docker -Version: 3.13.0 +Version: 4.1.0 Release: 1%{?dist} Summary: Ansible modules and plugins for working with Docker @@ -110,6 +110,9 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %changelog +* Tue Nov 26 2024 Maxwell G - 4.1.0-1 +- Update to 4.1.0. Fixes rhbz#2319299. + * Fri Oct 11 2024 Maxwell G - 3.13.0-1 - Update to 3.13.0. Fixes rhbz#2316730. diff --git a/sources b/sources index 8505980..ebda418 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (community.docker-3.13.0.tar.gz) = 2b772cc324acc03e62376e420574643df2fb89bab30387e808aeb3dd6338f0ab9c0b3d635854cacb7e42de6373e03b7da6feb1e26b5e9989853104ecaa0ce9fe +SHA512 (community.docker-4.1.0.tar.gz) = 0df4abb636a4c8c8680e9996ee6fb0bc9a3d71966e3c6b772e3050cddda75025943363b94bc27bbcbf76617e9d8cf128a2ce877c225b21bbac720aa95c7539b6 From 30fb5f718b7a43dce38d7a570cb62dfa9a29cb04 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 11:05:38 +0000 Subject: [PATCH 09/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- ansible-collection-community-docker.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index 29769b8..75c526d 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -9,7 +9,7 @@ Name: ansible-collection-community-docker Version: 4.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Ansible modules and plugins for working with Docker # All files are GPL-3.0-or-later, except the following files, which are originally @@ -110,6 +110,9 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 4.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Tue Nov 26 2024 Maxwell G - 4.1.0-1 - Update to 4.1.0. Fixes rhbz#2319299. From ac1b919849dc785b79ffdbf0c734e18ba3b492d5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 17:00:33 +0000 Subject: [PATCH 10/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- ansible-collection-community-docker.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index 75c526d..a31e209 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -9,7 +9,7 @@ Name: ansible-collection-community-docker Version: 4.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Ansible modules and plugins for working with Docker # All files are GPL-3.0-or-later, except the following files, which are originally @@ -110,6 +110,9 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 4.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 4.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 59028c68cab955e5a5c0ec36f064b2075e04e2df Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sat, 30 Aug 2025 00:30:57 -0500 Subject: [PATCH 11/13] Update to 4.7.0. Fixes rhbz#2332649. --- .gitignore | 1 + ansible-collection-community-docker.spec | 12 ++++++++---- build_ignore-unnecessary-files.patch | 2 +- sources | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e521821..2622ee6 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /community.docker-3.12.2.tar.gz /community.docker-3.13.0.tar.gz /community.docker-4.1.0.tar.gz +/community.docker-4.7.0.tar.gz diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index a31e209..7bbf87c 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -8,8 +8,8 @@ Name: ansible-collection-community-docker -Version: 4.1.0 -Release: 3%{?dist} +Version: 4.7.0 +Release: 1%{?dist} Summary: Ansible modules and plugins for working with Docker # All files are GPL-3.0-or-later, except the following files, which are originally @@ -72,6 +72,7 @@ BuildRequires: ansible-packaging %if %{with tests} BuildRequires: ansible-packaging-tests BuildRequires: ansible-collection(community.library_inventory_filtering_v1) +BuildRequires: ansible-collection(community.internal_test_tools) BuildRequires: %{py3_dist requests} %endif @@ -100,16 +101,19 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %check %if %{with tests} -%ansible_test_unit -c community.library_inventory_filtering_v1 +%ansible_test_unit -c community.library_inventory_filtering_v1 -c community.internal_test_tools %endif %files -f %{ansible_collection_filelist} -%license COPYING LICENSES .reuse/dep5 +%license COPYING LICENSES REUSE.toml %doc README.md CHANGELOG.rst* %changelog +* Sat Aug 30 2025 Maxwell G - 4.7.0-1 +- Update to 4.7.0. Fixes rhbz#2332649. + * Wed Jul 23 2025 Fedora Release Engineering - 4.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/build_ignore-unnecessary-files.patch b/build_ignore-unnecessary-files.patch index 6e64bc8..26a2253 100644 --- a/build_ignore-unnecessary-files.patch +++ b/build_ignore-unnecessary-files.patch @@ -16,4 +16,4 @@ diff -Naur a/galaxy.yml b/galaxy.yml + - README.md + - COPYING + - LICENSES -+ - .reuse ++ - REUSE.toml diff --git a/sources b/sources index ebda418..1a174a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (community.docker-4.1.0.tar.gz) = 0df4abb636a4c8c8680e9996ee6fb0bc9a3d71966e3c6b772e3050cddda75025943363b94bc27bbcbf76617e9d8cf128a2ce877c225b21bbac720aa95c7539b6 +SHA512 (community.docker-4.7.0.tar.gz) = 5abd256e525e583d028e84a6ce160617780a4a60e72141fe1ac8f73a62a147deb45da5e53a56657ffc228051569340208bf679ce1d6f6f89c740176e9aa8fc63 From 97a2eae8f8cb5da76fe1cf45bd34ac21f167d265 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 5 Dec 2025 16:20:12 -0600 Subject: [PATCH 12/13] Update to 5.0.3. Fixes rhbz#2401383. --- .gitignore | 1 + ansible-collection-community-docker.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2622ee6..a389d0a 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /community.docker-3.13.0.tar.gz /community.docker-4.1.0.tar.gz /community.docker-4.7.0.tar.gz +/community.docker-5.0.3.tar.gz diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index 7bbf87c..2450989 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -8,7 +8,7 @@ Name: ansible-collection-community-docker -Version: 4.7.0 +Version: 5.0.3 Release: 1%{?dist} Summary: Ansible modules and plugins for working with Docker @@ -111,6 +111,9 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %changelog +* Fri Dec 05 2025 Maxwell G - 5.0.3-1 +- Update to 5.0.3. Fixes rhbz#2401383. + * Sat Aug 30 2025 Maxwell G - 4.7.0-1 - Update to 4.7.0. Fixes rhbz#2332649. diff --git a/sources b/sources index 1a174a8..d501ec6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (community.docker-4.7.0.tar.gz) = 5abd256e525e583d028e84a6ce160617780a4a60e72141fe1ac8f73a62a147deb45da5e53a56657ffc228051569340208bf679ce1d6f6f89c740176e9aa8fc63 +SHA512 (community.docker-5.0.3.tar.gz) = a4fd0c49eaf6b09f1831f007a042cc03202b4e1767dbd677bc00f89012d50ed5487bd4b94276e4b4b553d4a46504ec35a034267d20ed762a79caa169c1b35633 From 6284bcb2aee61d7b8c7a91322388d771316c2553 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 03:42:06 +0000 Subject: [PATCH 13/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- ansible-collection-community-docker.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible-collection-community-docker.spec b/ansible-collection-community-docker.spec index 2450989..15826a9 100644 --- a/ansible-collection-community-docker.spec +++ b/ansible-collection-community-docker.spec @@ -9,7 +9,7 @@ Name: ansible-collection-community-docker Version: 5.0.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Ansible modules and plugins for working with Docker # All files are GPL-3.0-or-later, except the following files, which are originally @@ -111,6 +111,9 @@ find -type f ! -executable -name '*.py' -print -exec sed -i -e '1{\@^#!.*@d}' '{ %changelog +* Fri Jan 16 2026 Fedora Release Engineering - 5.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Dec 05 2025 Maxwell G - 5.0.3-1 - Update to 5.0.3. Fixes rhbz#2401383.