Update to 2.14.2. Fixes rhbz#2165629.
This commit is contained in:
parent
9a85e7920e
commit
1a57587ba1
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/ansible-core-2.14.0rc2.tar.gz
|
||||
/ansible-core-2.14.0.tar.gz
|
||||
/ansible-core-2.14.1.tar.gz
|
||||
/ansible-core-2.14.2.tar.gz
|
||||
|
@ -4,9 +4,9 @@
|
||||
|
||||
Name: ansible-core
|
||||
Summary: A radically simple IT automation system
|
||||
Version: 2.14.1
|
||||
Version: 2.14.2
|
||||
%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
|
||||
# are BSD licensed. There are various files scattered throughout the codebase
|
||||
# containing code under different licenses.
|
||||
@ -240,6 +240,9 @@ make PYTHON=%{python3} tests-py3
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 31 2023 David Moreau-Simard <moi@dmsimard.com> - 2.14.2-1
|
||||
- Update to 2.14.2. Fixes rhbz#2165629.
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ansible-core-2.14.1.tar.gz) = 609bc51988708245ed7ba18105da86712c34c3f7a58a3e6b47463b9faebf30c5b02c17fbb8ee073c11cf2ed92ddad129ddd6d0abcf4a6d9503e26a9d33470612
|
||||
SHA512 (ansible-core-2.14.2.tar.gz) = 46ad59c694bf2aa1fc42d2f3b3074244c8d1d3acb61eb5787bd18d1efe3cc534459fc9c0628a0f60c67bd82c998f8cbbac80babf24258c37ff5ce95c8cf7900d
|
||||
|
Loading…
Reference in New Issue
Block a user