From a44af7948a950aa5d7bc90d2f2194fcc517748a5 Mon Sep 17 00:00:00 2001 From: ojkastl_buildservice <> Date: May 26 2023 18:27:10 +0000 Subject: Update ansible to version 7.6.0 / rev 97 via SR 1088891 https://build.opensuse.org/request/show/1088891 by user ojkastl_buildservice + dimstar_suse --- diff --git a/.files b/.files index 63b9d55..212b2d8 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 14234af..4fd8bdb 100644 --- a/.rev +++ b/.rev @@ -1003,4 +1003,12 @@ numbers for further reference. Automatic submission by obs-autosubmit 1088153 + + 6ffb5ac56f2cca244542d2e9d0e33889 + 7.6.0 + + dimstar_suse + + 1088891 + diff --git a/ansible-7.5.0.tar.gz b/ansible-7.5.0.tar.gz deleted file mode 120000 index c5d03e1..0000000 --- a/ansible-7.5.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeigthv7ayezgyogh2jphxtroihea7csiaiivw53x3e5cqdeehrbgzi \ No newline at end of file diff --git a/ansible-7.6.0.tar.gz b/ansible-7.6.0.tar.gz new file mode 120000 index 0000000..f5b7e5f --- /dev/null +++ b/ansible-7.6.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeicpqa2nrcx6wcre3saflqoi2m5qnfnofivqgsdmucrxnw5u4p3b2u \ No newline at end of file diff --git a/ansible.changes b/ansible.changes index 79c6bd0..3e338fd 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Tue May 23 12:20:17 UTC 2023 - Johannes Kastl + +- update to 7.6.0 + Ansible 7.6.0 includes ansible-core 2.14.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 7 + unified changelog will have an entry on this page: + https://github.com/ansible-community/ + ansible-build-data/blob/main/7/CHANGELOG-v7.rst + +------------------------------------------------------------------- Sun May 14 19:10:10 UTC 2023 - Johannes Kastl - modify %if-condition to allow building for python3.10 or diff --git a/ansible.spec b/ansible.spec index 924a015..439aa7f 100644 --- a/ansible.spec +++ b/ansible.spec @@ -38,7 +38,7 @@ %endif Name: ansible -Version: 7.5.0 +Version: 7.6.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.14.5 +BuildRequires: ansible-core >= 2.14.6 # /SECTION Requires: %{ansible_python}-base >= 3.9 -Requires: ansible-core >= 2.14.5 +Requires: ansible-core >= 2.14.6 # Do not check any files in collections for requires %global __requires_exclude_from ^%{ansible_python_sitelib}/.*$