diff --git a/.files b/.files index b3fe332..7ac011d 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index c8821d3..94c72c7 100644 --- a/.rev +++ b/.rev @@ -1115,4 +1115,12 @@ numbers for further reference. 1163353 + + 8c5bae612e944d55581862d8f43696e8 + 9.5.1 + + anag+factory + + 1170031 + diff --git a/ansible-9.4.0.tar.gz b/ansible-9.4.0.tar.gz deleted file mode 120000 index 9c5d958..0000000 --- a/ansible-9.4.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeigxgovle67h7jxxqruti7nna6hfcqwi7ieewaqch4y5hgpru36say \ No newline at end of file diff --git a/ansible-9.5.1.tar.gz b/ansible-9.5.1.tar.gz new file mode 120000 index 0000000..2b76e67 --- /dev/null +++ b/ansible-9.5.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeigjo257ehu2efe7mac6evjufxrxv4lr5fgh6sef6hnm4bhdvps4dy \ No newline at end of file diff --git a/ansible.changes b/ansible.changes index 0f7050e..c79af94 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Wed Apr 24 12:13:43 UTC 2024 - Johannes Kastl + +- update to 9.5.1 (9.5.0 does not exist): + Ansible 9.5.1 includes ansible-core 2.16.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 9 + unified changelog will have an entry on this page: + https://github.com/ansible-community/ansible-build-data/blob/main/9/CHANGELOG-v9.rst + +------------------------------------------------------------------- Wed Mar 27 19:56:06 UTC 2024 - Johannes Kastl - update to 9.4.0: diff --git a/ansible.spec b/ansible.spec index cfd4dd8..f57ffb4 100644 --- a/ansible.spec +++ b/ansible.spec @@ -38,7 +38,7 @@ %endif Name: ansible -Version: 9.4.0 +Version: 9.5.1 Release: 0 Summary: Radically simple IT automation License: GPL-3.0+ @@ -54,12 +54,12 @@ BuildRequires: fdupes BuildRequires: dos2unix # SECTION test requirements -BuildRequires: ansible-core >= 2.16.5 +BuildRequires: ansible-core >= 2.16.6 # /SECTION # Requires: %{ansible_python}-base >= 3.10 -Requires: ansible-core >= 2.16.5 +Requires: ansible-core >= 2.16.6 # Do not check any files in collections for requires %global __requires_exclude_from ^%{ansible_python_sitelib}/.*$