Accepting request 1088891 from systemsmanagement:ansible
OBS-URL: https://build.opensuse.org/request/show/1088891 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible?expand=0&rev=97
This commit is contained in:
commit
1f34740c04
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4f08ca25bb29005c1afc4125e837882ad7a2c67ff0cc9d1a361b89ad09cf8c44
|
|
||||||
size 37716844
|
|
3
ansible-7.6.0.tar.gz
Normal file
3
ansible-7.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4159a266f2caf91adf16daca6a23d132b987ce3acde9c0f2f3089e80d8048f2e
|
||||||
|
size 38452799
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 23 12:20:17 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
- update to 7.6.0
|
||||||
|
Ansible 7.6.0 includes ansible-core 2.14.6 as well as a curated
|
||||||
|
set of Ansible collections that provide a vast number of modules
|
||||||
|
and plugins.
|
||||||
|
Collections which have opted-in to being a part of the Ansible 7
|
||||||
|
unified changelog will have an entry on this page:
|
||||||
|
https://github.com/ansible-community/
|
||||||
|
ansible-build-data/blob/main/7/CHANGELOG-v7.rst
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 14 19:10:10 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
Sun May 14 19:10:10 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ansible
|
Name: ansible
|
||||||
Version: 7.5.0
|
Version: 7.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Radically simple IT automation
|
Summary: Radically simple IT automation
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -54,11 +54,11 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
|
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: ansible-core >= 2.14.5
|
BuildRequires: ansible-core >= 2.14.6
|
||||||
# /SECTION
|
# /SECTION
|
||||||
|
|
||||||
Requires: %{ansible_python}-base >= 3.9
|
Requires: %{ansible_python}-base >= 3.9
|
||||||
Requires: ansible-core >= 2.14.5
|
Requires: ansible-core >= 2.14.6
|
||||||
|
|
||||||
# Do not check any files in collections for requires
|
# Do not check any files in collections for requires
|
||||||
%global __requires_exclude_from ^%{ansible_python_sitelib}/.*$
|
%global __requires_exclude_from ^%{ansible_python_sitelib}/.*$
|
||||||
|
Loading…
Reference in New Issue
Block a user