- update to 7.2.0:
Ansible 7.2.0 will include ansible-core 2.14.2 as well as a curated set of Ansible collections to provide a vast number of modules and plugins. OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible?expand=0&rev=11
This commit is contained in:
parent
7c1661c3c1
commit
b7201daa6f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e47238c4aa9e68c0c5367a3fd707ba6c3949b4aaf912b06440ad78dd2bf018d
|
||||
size 36277542
|
3
ansible-7.2.0.tar.gz
Normal file
3
ansible-7.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60e2c1a58f1ceb34a190b7c380f7b3386d1e7369061954b1f8b8ca3df76063cc
|
||||
size 36997591
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 07:09:32 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 7.2.0:
|
||||
Ansible 7.2.0 will include ansible-core 2.14.2 as well as a curated set of
|
||||
Ansible collections to provide a vast number of modules and plugins.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 12:17:31 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%endif
|
||||
|
||||
Name: ansible
|
||||
Version: 7.1.0
|
||||
Version: 7.2.0
|
||||
Release: 0
|
||||
Summary: Radically simple IT automation
|
||||
License: GPL-3.0+
|
||||
@ -46,11 +46,11 @@ BuildRequires: fdupes
|
||||
BuildRequires: dos2unix
|
||||
|
||||
# SECTION test requirements
|
||||
BuildRequires: ansible-core >= 2.14.1
|
||||
BuildRequires: ansible-core >= 2.14.2
|
||||
# /SECTION
|
||||
|
||||
Requires: %{ansible_python}-base >= 3.9
|
||||
Requires: ansible-core >= 2.14.1
|
||||
Requires: ansible-core >= 2.14.2
|
||||
|
||||
# Do not check any files in collections for requires
|
||||
%global __requires_exclude_from ^%{ansible_python_sitelib}/.*$
|
||||
|
Loading…
Reference in New Issue
Block a user