From 1798a2a19d1f4ccc0a07088711750ade045ce369 Mon Sep 17 00:00:00 2001 From: ojkastl_buildservice <> Date: Mar 29 2024 13:03:15 +0000 Subject: Update ansible to version 9.4.0 / rev 110 via SR 1163353 https://build.opensuse.org/request/show/1163353 by user ojkastl_buildservice + anag+factory --- diff --git a/.files b/.files index d13c97b..b3fe332 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index a2ef272..c8821d3 100644 --- a/.rev +++ b/.rev @@ -1107,4 +1107,12 @@ numbers for further reference. 1158530 + + ee7c2006f3f28199fcc3bc3dace20089 + 9.4.0 + + anag+factory + + 1163353 + diff --git a/ansible-9.3.0.tar.gz b/ansible-9.3.0.tar.gz deleted file mode 120000 index fdf9e72..0000000 --- a/ansible-9.3.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeidsjeh6vp4v5vpa2uia4ya3oi7pp6jmvr2gubze37zvlkytq5aqu4 \ No newline at end of file diff --git a/ansible-9.4.0.tar.gz b/ansible-9.4.0.tar.gz new file mode 120000 index 0000000..9c5d958 --- /dev/null +++ b/ansible-9.4.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeigxgovle67h7jxxqruti7nna6hfcqwi7ieewaqch4y5hgpru36say \ No newline at end of file diff --git a/ansible.changes b/ansible.changes index 6706777..0f7050e 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,8 +1,19 @@ ------------------------------------------------------------------- +Wed Mar 27 19:56:06 UTC 2024 - Johannes Kastl + +- update to 9.4.0: + Ansible 9.4.0 includes ansible-core 2.16.5 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 9 + unified changelog will have an entry on this page: + https://github.com/ansible-community/ansible-build-data/blob/main/9/CHANGELOG-v9.rst + +------------------------------------------------------------------- Sat Mar 16 16:06:35 UTC 2024 - Johannes Kastl - update to 9.3.0: - Ansible 9.2.0 includes ansible-core 2.16.4 as well as a curated + Ansible 9.3.0 includes ansible-core 2.16.4 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 9 diff --git a/ansible.spec b/ansible.spec index 77107d2..cfd4dd8 100644 --- a/ansible.spec +++ b/ansible.spec @@ -38,7 +38,7 @@ %endif Name: ansible -Version: 9.3.0 +Version: 9.4.0 Release: 0 Summary: Radically simple IT automation License: GPL-3.0+ @@ -54,11 +54,12 @@ BuildRequires: fdupes BuildRequires: dos2unix # SECTION test requirements -BuildRequires: ansible-core >= 2.16.4 +BuildRequires: ansible-core >= 2.16.5 # /SECTION +# Requires: %{ansible_python}-base >= 3.10 -Requires: ansible-core >= 2.16.4 +Requires: ansible-core >= 2.16.5 # Do not check any files in collections for requires %global __requires_exclude_from ^%{ansible_python_sitelib}/.*$