Update to 2.16.0. Fixes rhbz#2248187.
This commit is contained in:
parent
1460e52f18
commit
2398cc2533
2
.gitignore
vendored
2
.gitignore
vendored
@ -43,3 +43,5 @@
|
||||
/ansible-documentation-2.16.0b2.tar.gz
|
||||
/ansible-core-2.16.0rc1.tar.gz
|
||||
/ansible-documentation-2.16.0rc1.tar.gz
|
||||
/ansible-core-2.16.0.tar.gz
|
||||
/ansible-documentation-2.16.0.tar.gz
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
Name: ansible-core
|
||||
Summary: A radically simple IT automation system
|
||||
Version: 2.16.0~rc1
|
||||
Version: 2.16.0
|
||||
%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
|
||||
* Fri Nov 10 2023 Maxwell G <maxwell@gtmx.me> - 2.16.0-1
|
||||
- Update to 2.16.0. Fixes rhbz#2248187.
|
||||
|
||||
* Thu Oct 19 2023 Maxwell G <maxwell@gtmx.me> - 2.16.0~rc1-1
|
||||
- Update to 2.16.0~rc1.
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ansible-core-2.16.0rc1.tar.gz) = ec018f9904c21c6bce51a2ebd15ea5edab4beebff06f74f85abde6410b5f02d4687ef11eeca67a2e0bfd6b821eb77a0ba8373a25e9e9c3f8e5e41d99049b644b
|
||||
SHA512 (ansible-documentation-2.16.0rc1.tar.gz) = cbc2e73bdebff2fac45c3f6bf3c98503102fa8560e7f12f7caca8cffb1539a9fa91004416a60389fd7a33c784dcc68c815b793b86e6aaaf2895c24e7b0ee75eb
|
||||
SHA512 (ansible-core-2.16.0.tar.gz) = 4785b32c5f1816cf3358c02e001a7d1d9d2736da4b1bf3019d2e50c72ad98705b7ff75dd40c851d4f316e5788fe9c3fd17e89f473140c609ecd970a0f473ae85
|
||||
SHA512 (ansible-documentation-2.16.0.tar.gz) = a639526b817c359c2e346a49ef6befc7589c772195735b6213d4f7b241517704aa40e6c38e0e33c17ce3ce54bc22856f4fe7a61b65200472a181d2c3a4886ec0
|
||||
|
Loading…
Reference in New Issue
Block a user