Update to 2.15.1. Fixes rhbz#2204492.
This commit is contained in:
parent
b700681263
commit
0b7387327a
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
|||||||
/ansible-core-2.15.0rc1.tar.gz
|
/ansible-core-2.15.0rc1.tar.gz
|
||||||
/ansible-core-2.15.0rc2.tar.gz
|
/ansible-core-2.15.0rc2.tar.gz
|
||||||
/ansible-core-2.15.0.tar.gz
|
/ansible-core-2.15.0.tar.gz
|
||||||
|
/ansible-core-2.15.1.tar.gz
|
||||||
|
@ -12,9 +12,9 @@
|
|||||||
|
|
||||||
Name: ansible-core
|
Name: ansible-core
|
||||||
Summary: A radically simple IT automation system
|
Summary: A radically simple IT automation system
|
||||||
Version: 2.15.0
|
Version: 2.15.1
|
||||||
%global uversion %{version_no_tilde %{quote:%nil}}
|
%global uversion %{version_no_tilde %{quote:%nil}}
|
||||||
Release: 5%{?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.
|
||||||
@ -287,6 +287,9 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 22 2023 Maxwell G <maxwell@gtmx.me> - 2.15.1-1
|
||||||
|
- Update to 2.15.1. Fixes rhbz#2204492.
|
||||||
|
|
||||||
* Sat Jun 17 2023 Maxwell G <maxwell@gtmx.me> - 2.15.0-5
|
* Sat Jun 17 2023 Maxwell G <maxwell@gtmx.me> - 2.15.0-5
|
||||||
- Add patch to avoid importlib.abc.TraversableResources DeprecationWarning
|
- Add patch to avoid importlib.abc.TraversableResources DeprecationWarning
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ansible-core-2.15.0.tar.gz) = dd24c0b9166d6274cd4a6adf8d5b61ef76d450e7bc29f904b3a794de7f624f250cad1443bf2e2c24d44c72bb67343785a9a6cca4653717d21eadb82917309d23
|
SHA512 (ansible-core-2.15.1.tar.gz) = d1f264670f53c1d412e275bbdb0cf5a607c3e32fa76bd7266029c5c8af78c20b6e929ca6b3c412147adf82bc49de2cb9528f25573c3037f81ca51598152da757
|
||||||
|
Loading…
Reference in New Issue
Block a user