Update to 7.4.0.
This commit is contained in:
parent
e0f79820af
commit
cd327caae8
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -134,3 +134,4 @@
|
|||
/ansible-7.1.0.tar.gz
|
||||
/ansible-7.2.0.tar.gz
|
||||
/ansible-7.3.0.tar.gz
|
||||
/ansible-7.4.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
%bcond_with tests
|
||||
%global ansible_licensedir %{_defaultlicensedir}/ansible
|
||||
%global ansible_docdir %{_defaultdocdir}/ansible
|
||||
%global min_ansible_core 2.14.2
|
||||
%global min_ansible_core 2.14.4
|
||||
|
||||
# Roles' files and templates should not be mangled.
|
||||
# These files are installed on remote systems which may or may not have the
|
||||
|
|
@ -20,7 +20,7 @@ BuildRequires: python%{python3_pkgversion}-rpm-macros
|
|||
|
||||
Name: ansible
|
||||
Summary: Curated set of Ansible collections included in addition to ansible-core
|
||||
Version: 7.3.0
|
||||
Version: 7.4.0
|
||||
%global uversion %(tr -d '~' <<< %{version})
|
||||
Release: 1%{?dist}
|
||||
|
||||
|
|
@ -221,6 +221,9 @@ hardlink -v %{buildroot}%{ansible_licensedir}
|
|||
%{python3_sitelib}/ansible-%{uversion}-py%{python3_version}.egg-info/
|
||||
|
||||
%changelog
|
||||
* Wed Mar 29 2023 Maxwell G <maxwell@gtmx.me> - 7.4.0-1
|
||||
- Update to 7.4.0.
|
||||
|
||||
* Wed Mar 01 2023 Maxwell G <maxwell@gtmx.me> - 7.3.0-1
|
||||
- Update to 7.3.0.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ansible-7.3.0.tar.gz) = 078bda71b6de438c083068902da1543b97f160265a6607fdbf9a386361b0932ba673cf46192c5a3521bc52724489ea9fc0900b0f742756ff4dbf5d2b7d4471bc
|
||||
SHA512 (ansible-7.4.0.tar.gz) = c77aebb54676b669305905c969fa5afac9e1262bfefa358de7fee0fb3ef89d0306c599acb2225cdb4209c53df16c307d438cc628299aec494c70cba166eb3cbb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue