From 7030878be9579496d055e180845e10864180af9d Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Jan 17 2024 16:29:15 +0000 Subject: update --- diff --git a/.files b/.files index b430643..9522e29 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 607b0f9..76bd883 100644 --- a/.rev +++ b/.rev @@ -1075,4 +1075,12 @@ numbers for further reference. 1125603 + + c833939bf3d41abfb2bb2a1549b7521a + 8.7.0 + + anag+factory + + 1131569 + diff --git a/ansible-8.6.1.tar.gz b/ansible-8.6.1.tar.gz deleted file mode 120000 index f2046a6..0000000 --- a/ansible-8.6.1.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeidzengfltav7m5756ulkjhndgynteekh67cccykbife3shstazpdi \ No newline at end of file diff --git a/ansible-8.7.0.tar.gz b/ansible-8.7.0.tar.gz new file mode 120000 index 0000000..aad367c --- /dev/null +++ b/ansible-8.7.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeicgdmnpzya2fdp6mnd4c3y7pw6kefr6gchu2bor72jyzf62jh4ixm \ No newline at end of file diff --git a/ansible.changes b/ansible.changes index b9f4966..fa3f886 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Thu Dec 7 09:22:58 UTC 2023 - Johannes Kastl + +- update to 8.7.0: + Ansible 8.7.0 includes ansible-core 2.15.7 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 + +------------------------------------------------------------------- Mon Nov 13 06:57:27 UTC 2023 - Johannes Kastl - update to 8.6.1: diff --git a/ansible.spec b/ansible.spec index 516f2ec..48a7c9c 100644 --- a/ansible.spec +++ b/ansible.spec @@ -38,7 +38,7 @@ %endif Name: ansible -Version: 8.6.1 +Version: 8.7.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.6 +BuildRequires: ansible-core >= 2.15.7 # /SECTION Requires: %{ansible_python}-base >= 3.9 -Requires: ansible-core >= 2.15.6 +Requires: ansible-core >= 2.15.7 # Do not check any files in collections for requires %global __requires_exclude_from ^%{ansible_python_sitelib}/.*$