diff --git a/.files b/.files index 1f9c780..54f6fc9 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 1b3eb74..4695d92 100644 --- a/.rev +++ b/.rev @@ -1027,4 +1027,12 @@ numbers for further reference. 1094856 + + 3b3e0ccc82614d775a65b6f15ff66cb5 + 8.2.0 + + anag+factory + + 1099366 + diff --git a/ansible-8.1.0.tar.gz b/ansible-8.1.0.tar.gz deleted file mode 120000 index 56d9dde..0000000 --- a/ansible-8.1.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiashdendkqplvhx42ugcjz546npudcv2wuvs5tjxylxdmuf7owfwq \ No newline at end of file diff --git a/ansible-8.2.0.tar.gz b/ansible-8.2.0.tar.gz new file mode 120000 index 0000000..44b9204 --- /dev/null +++ b/ansible-8.2.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeiaziiyl3tr7b43jbwgog5cqzewvefpkytpyfb36mek6e7ziwysova \ No newline at end of file diff --git a/ansible.changes b/ansible.changes index 1283603..8c35159 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Wed Jul 19 04:27:01 UTC 2023 - Johannes Kastl + +- update to 8.2.0: + Ansible 8.1.0 includes ansible-core 2.15.2 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 8 + unified changelog will have an entry on this page: + https://github.com/ansible-community/ + ansible-build-data/blob/main/8/CHANGELOG-v8.rst + +------------------------------------------------------------------- Fri Jun 23 07:14:17 UTC 2023 - Johannes Kastl - update to 8.1.0: diff --git a/ansible.spec b/ansible.spec index 5bcd77a..228141f 100644 --- a/ansible.spec +++ b/ansible.spec @@ -38,7 +38,7 @@ %endif Name: ansible -Version: 8.1.0 +Version: 8.2.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.15.1 +BuildRequires: ansible-core >= 2.15.2 # /SECTION Requires: %{ansible_python}-base >= 3.9 -Requires: ansible-core >= 2.15.1 +Requires: ansible-core >= 2.15.2 # Do not check any files in collections for requires %global __requires_exclude_from ^%{ansible_python_sitelib}/.*$