From 7a7a598a2c157ace9624ecf1c2035ea854c2d700 Mon Sep 17 00:00:00 2001 From: ojkastl_buildservice <> Date: Feb 08 2023 21:23:52 +0000 Subject: Update ansible to version 7.2.0 / rev 92 via SR 1063485 https://build.opensuse.org/request/show/1063485 by user ojkastl_buildservice + dimstar_suse --- diff --git a/.files b/.files index a6e650a..146bc21 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 946bdcc..f5be9f4 100644 --- a/.rev +++ b/.rev @@ -963,4 +963,12 @@ numbers for further reference. 1058097 + + 1fd14db4d6d75812c84c845031f272ef + 7.2.0 + + dimstar_suse + + 1063485 + diff --git a/.servicemark b/.servicemark index 6eff0e7..3436856 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -9abc47f59ab2faf6b33e9027cd4f4814 +afab31a68aa944267982719f62dbdd5b diff --git a/ansible-7.1.0.tar.gz b/ansible-7.1.0.tar.gz deleted file mode 120000 index 4947222..0000000 --- a/ansible-7.1.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeid6ip4obzwiq2irv6wtilu2fjwbikbs62xzphv3omcc7dbsglfr4i \ No newline at end of file diff --git a/ansible-7.2.0.tar.gz b/ansible-7.2.0.tar.gz new file mode 120000 index 0000000..400f044 --- /dev/null +++ b/ansible-7.2.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeigj37oqs6kzoeaehfh2dxoo25rblq644chifft756yh4x4mtzot6a \ No newline at end of file diff --git a/ansible.changes b/ansible.changes index 27db57e..b469642 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Feb 2 07:09:32 UTC 2023 - Johannes Kastl + +- update to 7.2.0: + Ansible 7.2.0 will include ansible-core 2.14.2 as well as a curated set of + Ansible collections to provide a vast number of modules and plugins. + +------------------------------------------------------------------- Thu Jan 12 12:17:31 UTC 2023 - Johannes Kastl - do no longer remove ./ansible_collections/lowlydba/sqlserver/ diff --git a/ansible.spec b/ansible.spec index aa38e35..3bb98b6 100644 --- a/ansible.spec +++ b/ansible.spec @@ -30,7 +30,7 @@ %endif Name: ansible -Version: 7.1.0 +Version: 7.2.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.1 +BuildRequires: ansible-core >= 2.14.2 # /SECTION Requires: %{ansible_python}-base >= 3.9 -Requires: ansible-core >= 2.14.1 +Requires: ansible-core >= 2.14.2 # Do not check any files in collections for requires %global __requires_exclude_from ^%{ansible_python_sitelib}/.*$