Update to 2.16.0~b2.
This commit is contained in:
parent
2c2807aa78
commit
f5cdc27aaf
2
.gitignore
vendored
2
.gitignore
vendored
@ -39,3 +39,5 @@
|
||||
/ansible-documentation-2.15.4.tar.gz
|
||||
/ansible-core-2.16.0b1.tar.gz
|
||||
/ansible-documentation-2.16.0b1.tar.gz
|
||||
/ansible-core-2.16.0b2.tar.gz
|
||||
/ansible-documentation-2.16.0b2.tar.gz
|
||||
|
@ -14,9 +14,9 @@
|
||||
|
||||
Name: ansible-core
|
||||
Summary: A radically simple IT automation system
|
||||
Version: 2.16.0~b1
|
||||
Version: 2.16.0~b2
|
||||
%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.
|
||||
@ -271,6 +271,9 @@ install -Dpm 0644 licenses/* -t %{buildroot}%{_pkglicensedir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 03 2023 Maxwell G <maxwell@gtmx.me> - 2.16.0~b2-1
|
||||
- Update to 2.16.0~b2.
|
||||
|
||||
* Mon Oct 02 2023 Miro Hrončok <mhroncok@redhat.com> - 2.16.0~b1-2
|
||||
- Do not use tomcli in Fedora ELN, avoid pulling unwanted dependencies
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (ansible-core-2.16.0b1.tar.gz) = cde4d27b5e22ba61588341d455f18ff10ec95a10b2cd78bc66b7538eafafb60d88f138110f2fc87e9662dbfa1743f3f3ed94d0a933a223ea16a6cdc9c69bc227
|
||||
SHA512 (ansible-documentation-2.16.0b1.tar.gz) = c7e72a2eee03c7a4529c8677a3e3b43d80bd154a5dfdfe2ae0d6706a4947056d568bac5f145b79efe0fe0ab9d3a950258645f1bf4c164a40bae16a895f1a17bf
|
||||
SHA512 (ansible-core-2.16.0b2.tar.gz) = f03c1e24b03d4aafb5520052306e758fed561139216f3b04cc3c8178d02c3202cbbb1a9bb54b2deb68b50f5415714a729bd04935f97878bbd0b45251b92914b2
|
||||
SHA512 (ansible-documentation-2.16.0b2.tar.gz) = 38d34b7ac937989729c8b04a184348b00f6749c97c3185f2be3070e06bcafa49740097f0769d5c64f9fcab5b12a9c6e884d89e4aa7ed47c018aa853d7a28a385
|
||||
|
Loading…
Reference in New Issue
Block a user