Update to 2.16.2. Fixes rhbz#2254093.
This commit is contained in:
parent
84bbf6cc64
commit
4050056a1b
2
.gitignore
vendored
2
.gitignore
vendored
@ -47,3 +47,5 @@
|
||||
/ansible-documentation-2.16.0.tar.gz
|
||||
/ansible-core-2.16.1.tar.gz
|
||||
/ansible-documentation-2.16.1.tar.gz
|
||||
/ansible-core-2.16.2.tar.gz
|
||||
/ansible-documentation-2.16.2.tar.gz
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
Name: ansible-core
|
||||
Summary: A radically simple IT automation system
|
||||
Version: 2.16.1
|
||||
Version: 2.16.2
|
||||
%global uversion %{version_no_tilde %{quote:%nil}}
|
||||
Release: 1%{?dist}
|
||||
# The main license is GPLv3+. Many of the files in lib/ansible/module_utils
|
||||
@ -267,6 +267,9 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 11 2023 Maxwell G <maxwell@gtmx.me> - 2.16.2-1
|
||||
- Update to 2.16.2. Fixes rhbz#2254093.
|
||||
|
||||
* Wed Dec 06 2023 Maxwell G <maxwell@gtmx.me> - 2.16.1-1
|
||||
- Update to 2.16.1. Fixes rhbz#2252860.
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ansible-core-2.16.1.tar.gz) = 6c282b095c05305e8c531b5c1abd2e5e25e54d2eaaab3df101d0e51b6370eea23a26a7ea89e2f862e5ccd18ed48621ba5a81e428cd492816403a71e9e8404e57
|
||||
SHA512 (ansible-documentation-2.16.1.tar.gz) = 0b7bba7322beb73f74a582b2fec974b1c0a08e549415def191a9f6ec3068c2c459cf072ce5b40479ee68b706ef1a494026df5af329e233b92dc15e29e673bfc7
|
||||
SHA512 (ansible-core-2.16.2.tar.gz) = e76ee6de939ca09923cc7e19956ef2a673426059b4eb8bc9ae34c14b1b84248ac927daa68a0ef48adc94f28909c042be3be50cc1f6359feab1f9e257969a202c
|
||||
SHA512 (ansible-documentation-2.16.2.tar.gz) = 1db81bfdbe66056c9b3d972e535bfd19207a093a88340bea80af37684cf5f69d767cc6eaec99f0ef4eb1446c6f5cab6742f74b8e8d80461e51c633095fd3dbf7
|
||||
|
Loading…
Reference in New Issue
Block a user