Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6284bcb2ae | ||
|
|
97a2eae8f8 |
||
|
|
59028c68ca |
||
|
|
ac1b919849 | ||
|
|
30fb5f718b | ||
|
|
9e46e4c4fd |
||
|
|
67b30a0a79 |
||
|
|
09bc2b79dd |
||
|
|
e3e917327c | ||
|
|
fa440ae601 |
4 changed files with 43 additions and 6 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -24,3 +24,8 @@
|
|||
/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
|
||||
/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
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
|
||||
|
||||
Name: ansible-collection-community-docker
|
||||
Version: 3.5.0
|
||||
Release: 1%{?dist}
|
||||
Version: 5.0.3
|
||||
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
|
||||
|
|
@ -71,6 +71,8 @@ BuildArch: noarch
|
|||
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
|
||||
|
||||
|
|
@ -99,16 +101,46 @@ 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 -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
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Dec 05 2025 Maxwell G <maxwell@gtmx.me> - 5.0.3-1
|
||||
- Update to 5.0.3. Fixes rhbz#2401383.
|
||||
|
||||
* Sat Aug 30 2025 Maxwell G <maxwell@gtmx.me> - 4.7.0-1
|
||||
- Update to 4.7.0. Fixes rhbz#2332649.
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Tue Nov 26 2024 Maxwell G <maxwell@gtmx.me> - 4.1.0-1
|
||||
- Update to 4.1.0. Fixes rhbz#2319299.
|
||||
|
||||
* Fri Oct 11 2024 Maxwell G <maxwell@gtmx.me> - 3.13.0-1
|
||||
- Update to 3.13.0. Fixes rhbz#2316730.
|
||||
|
||||
* Thu Sep 26 2024 Maxwell G <maxwell@gtmx.me> - 3.12.2-1
|
||||
- Update to 3.12.2. Fixes rhbz#2242856.
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Maxwell G <maxwell@gtmx.me> - 3.5.0-1
|
||||
- Update to 3.5.0.
|
||||
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ diff -Naur a/galaxy.yml b/galaxy.yml
|
|||
+ - README.md
|
||||
+ - COPYING
|
||||
+ - LICENSES
|
||||
+ - .reuse
|
||||
+ - REUSE.toml
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (community.docker-3.5.0.tar.gz) = 9699fbdb563d272ed80a63a960783554c549a99bba17d25bac57ec701dd29a8ce7620580204dc78b7b1e64c4ef738dfb51ef8cf3a85fc449f835a4ef135155c2
|
||||
SHA512 (community.docker-5.0.3.tar.gz) = a4fd0c49eaf6b09f1831f007a042cc03202b4e1767dbd677bc00f89012d50ed5487bd4b94276e4b4b553d4a46504ec35a034267d20ed762a79caa169c1b35633
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue