Update to 2.13.2. Fixes rhbz#2108195.
This commit is contained in:
parent
2c98978654
commit
7b97bc62b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/ansible-core-2.12.6.tar.gz
|
||||
/ansible-core-2.13.0.tar.gz
|
||||
/ansible-core-2.13.1.tar.gz
|
||||
/ansible-core-2.13.2.tar.gz
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
Name: ansible-core
|
||||
Summary: A radically simple IT automation system
|
||||
Version: 2.13.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.13.2
|
||||
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
|
||||
@ -247,6 +247,9 @@ make PYTHON=%{python3} tests-py3
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 19 2022 Maxwell G <gotmax@e.email> - 2.13.2-1
|
||||
- Update to 2.13.2. Fixes rhbz#2108195.
|
||||
|
||||
* Thu Jul 07 2022 Miro Hrončok <mhroncok@redhat.com> - 2.13.1-2
|
||||
- Don't put -- into Python shebangs
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ansible-core-2.13.1.tar.gz) = 1275ce7bfcde320bdd2a0cd9f8ba73392831cf82fffebc87a1009229ca3086450146634d96235f14c43319e40f016e8829d4e5ce8aa21c48588d37ec5e1f3305
|
||||
SHA512 (ansible-core-2.13.2.tar.gz) = c23b206aff506a8f4ce0bc10d2931eee2b1d7756582089363b4cad90db87040b9ea8473bc0a0bce3328425410d9193357f5aa10a1af073bf06269a277ee85b5d
|
||||
|
Loading…
Reference in New Issue
Block a user