diff --git a/.files b/.files index f197e2c..d13c97b 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index b70a9b3..a2ef272 100644 --- a/.rev +++ b/.rev @@ -1099,4 +1099,12 @@ numbers for further reference. 1143764 + + a9cf0d0fdc3422ba2fc2793e67f7f193 + 9.3.0 + + anag+factory + + 1158530 + diff --git a/ansible-9.2.0.tar.gz b/ansible-9.2.0.tar.gz deleted file mode 120000 index 5bda621..0000000 --- a/ansible-9.2.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeigx6twuhhrtzlvgl2ryw2kyjanfnda4kjoxvybo7zcofk6ohunusq \ No newline at end of file diff --git a/ansible-9.3.0.tar.gz b/ansible-9.3.0.tar.gz new file mode 120000 index 0000000..fdf9e72 --- /dev/null +++ b/ansible-9.3.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeidsjeh6vp4v5vpa2uia4ya3oi7pp6jmvr2gubze37zvlkytq5aqu4 \ No newline at end of file diff --git a/ansible.changes b/ansible.changes index 1b96795..6706777 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +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 + 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 Feb 3 08:33:52 UTC 2024 - Johannes Kastl - update to 9.2.0: diff --git a/ansible.spec b/ansible.spec index dfd6656..77107d2 100644 --- a/ansible.spec +++ b/ansible.spec @@ -38,7 +38,7 @@ %endif Name: ansible -Version: 9.2.0 +Version: 9.3.0 Release: 0 Summary: Radically simple IT automation License: GPL-3.0+ @@ -54,11 +54,11 @@ BuildRequires: fdupes BuildRequires: dos2unix # SECTION test requirements -BuildRequires: ansible-core >= 2.16.3 +BuildRequires: ansible-core >= 2.16.4 # /SECTION Requires: %{ansible_python}-base >= 3.10 -Requires: ansible-core >= 2.16.3 +Requires: ansible-core >= 2.16.4 # Do not check any files in collections for requires %global __requires_exclude_from ^%{ansible_python_sitelib}/.*$