Update to 2.14.0~rc1.
This commit is contained in:
parent
8ebd28d003
commit
77248be77b
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/ansible-core-2.13.3.tar.gz
|
||||
/ansible-core-2.13.4.tar.gz
|
||||
/ansible-core-2.13.5.tar.gz
|
||||
/ansible-core-2.14.0rc1.tar.gz
|
||||
|
||||
@ -2,21 +2,14 @@
|
||||
|
||||
Name: ansible-core
|
||||
Summary: A radically simple IT automation system
|
||||
Version: 2.13.5
|
||||
Version: 2.14.0~rc1
|
||||
%global uversion %{version_no_tilde %{quote:%nil}}
|
||||
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.
|
||||
License: GPL-3.0-or-later AND BSD-2-Clause AND PSF-2.0 AND MIT AND Apache-2.0
|
||||
Source: https://github.com/ansible/ansible/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# Allow Python 3.11
|
||||
# https://github.com/ansible/ansible/commit/dfde4be444ee66a1a0e44751b80bcf1afd6661d7
|
||||
# https://github.com/ansible/ansible/commit/0ef5274a3c6189e8fa6a7d97993c165ab548fe95
|
||||
# https://github.com/ansible/ansible/commit/8ca28acd0d121c778aa540c1d61f58f5ae2d5dcc
|
||||
Patch: allow-python3.11.patch
|
||||
|
||||
Source: https://github.com/ansible/ansible/archive/v%{uversion}/%{name}-%{uversion}.tar.gz
|
||||
Url: https://ansible.com
|
||||
BuildArch: noarch
|
||||
|
||||
@ -106,7 +99,7 @@ This package includes shell completions files for ansible-core.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n ansible-%{version}
|
||||
%autosetup -p1 -n ansible-%{uversion}
|
||||
find \( -name '.git_keep' -o -name '.rstcheck.cfg' \) -delete
|
||||
|
||||
# ansible-test is executed directly by the Makefile, so we need to fix the shebang.
|
||||
@ -239,6 +232,9 @@ make PYTHON=%{python3} tests-py3
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 28 2022 Maxwell G <gotmax@e.email> - 2.14.0~rc1-1
|
||||
- Update to 2.14.0~rc1.
|
||||
|
||||
* Wed Oct 12 2022 Maxwell G <gotmax@e.email> - 2.13.5-1
|
||||
- Update to 2.13.5.
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ansible-core-2.13.5.tar.gz) = d8da949dd24795c2fb4d5f022202b60243d2fe7cbaf1d7c5773b669e267abfd16f5e4a652adb71df2b07e8b58580ebffdc17bf547b52382333dd1dfa306ade59
|
||||
SHA512 (ansible-core-2.14.0rc1.tar.gz) = be7bb877d5a3d84cc5c9c1b627d6dbbaf0cbf4ebb9c23b4e034cd9865be993dc3bbe22876cd1fe45a9f7b3ffce2eb283cbcd40788d38aa3fdefe6af53003027b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user