From 05eb65a55d4a0ec82aae4d1b9deebbe1d5dde293 Mon Sep 17 00:00:00 2001 From: ojkastl_buildservice <> Date: Apr 27 2023 18:59:26 +0000 Subject: Update ansible to version 7.5.0 / rev 95 via SR 1083031 https://build.opensuse.org/request/show/1083031 by user ojkastl_buildservice + dimstar_suse --- diff --git a/.files b/.files index 96720f6..4923e07 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 1249157..8a61f08 100644 --- a/.rev +++ b/.rev @@ -987,4 +987,12 @@ numbers for further reference. 1075492 + + ada5f02a06fca1532fa695a66dbcd7e5 + 7.5.0 + + dimstar_suse + + 1083031 + diff --git a/ansible-7.4.0.tar.gz b/ansible-7.4.0.tar.gz deleted file mode 120000 index df90caa..0000000 --- a/ansible-7.4.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeigeorkincawqn7o3f5aw6rodzhqflqrjjfkmkyficvnocauspl5ye \ No newline at end of file diff --git a/ansible-7.5.0.tar.gz b/ansible-7.5.0.tar.gz new file mode 120000 index 0000000..c5d03e1 --- /dev/null +++ b/ansible-7.5.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeigthv7ayezgyogh2jphxtroihea7csiaiivw53x3e5cqdeehrbgzi \ No newline at end of file diff --git a/ansible.changes b/ansible.changes index ace74f6..3cd29fd 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Wed Apr 26 12:00:09 UTC 2023 - Johannes Kastl + +- update to 7.5.0: + Ansible 7.5.0 includes ansible-core 2.14.5 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 + +------------------------------------------------------------------- Wed Mar 29 16:02:06 UTC 2023 - Johannes Kastl - update to 7.4.0: diff --git a/ansible.spec b/ansible.spec index f41f9c9..4ef217b 100644 --- a/ansible.spec +++ b/ansible.spec @@ -30,7 +30,7 @@ %endif Name: ansible -Version: 7.4.0 +Version: 7.5.0 Release: 0 Summary: Radically simple IT automation License: GPL-3.0+ @@ -46,11 +46,11 @@ BuildRequires: fdupes BuildRequires: dos2unix # SECTION test requirements -BuildRequires: ansible-core >= 2.14.4 +BuildRequires: ansible-core >= 2.14.5 # /SECTION Requires: %{ansible_python}-base >= 3.9 -Requires: ansible-core >= 2.14.4 +Requires: ansible-core >= 2.14.5 # Do not check any files in collections for requires %global __requires_exclude_from ^%{ansible_python_sitelib}/.*$ @@ -71,9 +71,6 @@ for file in .git_keep .travis.yml ; do find . -name "$file" -delete done -# fix for wrong shebang: -sed -i 's|/Users/kbreit/Documents/Programming/ansible_collections/cisco/meraki/venv/bin/python|%{_bindir}/%{ansible_python_executable}|g' ansible_collections/cisco/meraki/scripts/sublime-build/build.py.generic - # remove .keep and .gitignore files find ./ansible_collections/ -iname .gitignore -delete find ./ansible_collections/ -iname .keep -delete