Update to 2.15.3. Fixes rhbz#2231963.
This commit is contained in:
parent
8191e26adf
commit
1a184e1acd
2
.gitignore
vendored
2
.gitignore
vendored
@ -33,3 +33,5 @@
|
|||||||
/ansible-core-2.15.1.tar.gz
|
/ansible-core-2.15.1.tar.gz
|
||||||
/ansible-core-2.15.2.tar.gz
|
/ansible-core-2.15.2.tar.gz
|
||||||
/ansible-documentation-2.15.2.tar.gz
|
/ansible-documentation-2.15.2.tar.gz
|
||||||
|
/ansible-core-2.15.3.tar.gz
|
||||||
|
/ansible-documentation-2.15.3.tar.gz
|
||||||
|
@ -10,9 +10,9 @@
|
|||||||
|
|
||||||
Name: ansible-core
|
Name: ansible-core
|
||||||
Summary: A radically simple IT automation system
|
Summary: A radically simple IT automation system
|
||||||
Version: 2.15.2
|
Version: 2.15.3
|
||||||
%global uversion %{version_no_tilde %{quote:%nil}}
|
%global uversion %{version_no_tilde %{quote:%nil}}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# The main license is GPLv3+. Many of the files in lib/ansible/module_utils
|
# The main license is GPLv3+. Many of the files in lib/ansible/module_utils
|
||||||
# are BSD licensed. There are various files scattered throughout the codebase
|
# are BSD licensed. There are various files scattered throughout the codebase
|
||||||
# containing code under different licenses.
|
# containing code under different licenses.
|
||||||
@ -291,6 +291,9 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 17 2023 Maxwell G <maxwell@gtmx.me> - 2.15.3-1
|
||||||
|
- Update to 2.15.3. Fixes rhbz#2231963.
|
||||||
|
|
||||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.2-2
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (ansible-core-2.15.2.tar.gz) = 905b6c82f7fcc09f6b776bea9e48568a23d561bac1e3caefe996a5c0f4743cbc3f68913a0ddccf5aeec033f9471df2b06b55d86ed694efc1397730b54d884074
|
SHA512 (ansible-core-2.15.3.tar.gz) = 1a59507ca64d3936706f6ff8ee9c3259d428d7a08c7e011d9cbb4a59c9e759468e1242f7accceee660ebb5b449b114ef25b1a86c4a1efe8bf6622960860a1123
|
||||||
SHA512 (ansible-documentation-2.15.2.tar.gz) = aeb51bf4cae432da34c57dc2d838fa97aff71e4c09410e94e56b6905b9ddc88972d2c427a1f37f05dc39829f943aaeac9be52f856c5a2fb6d8860556183e157b
|
SHA512 (ansible-documentation-2.15.3.tar.gz) = c6c034b639fed1e6fac4e0dd217a6746006e67499cc66e476f3a00bf2f2bdf530085d1d9a95bba6a4ecb180366645e3379a1de1ab11e978b7793a7b5fbbb18a6
|
||||||
|
Loading…
Reference in New Issue
Block a user