From a13d3d2a4bcd3cb21b3d5e99a271d68e66555850 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 7 Mar 2023 15:13:29 +0000 Subject: [PATCH] Accepting request 1069969 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible - update to 7.3.0: Ansible 7.3.0 will include ansible-core 2.14.3 as well as a curated set of Ansible collections to provide a vast number of modules and plugins. 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. OBS-URL: https://build.opensuse.org/request/show/1069969 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible?expand=0&rev=12 --- ansible-7.2.0.tar.gz | 3 --- ansible-7.3.0.tar.gz | 3 +++ ansible.changes | 13 +++++++++++-- ansible.spec | 6 +++--- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 ansible-7.2.0.tar.gz create mode 100644 ansible-7.3.0.tar.gz diff --git a/ansible-7.2.0.tar.gz b/ansible-7.2.0.tar.gz deleted file mode 100644 index 187cfe8..0000000 --- a/ansible-7.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60e2c1a58f1ceb34a190b7c380f7b3386d1e7369061954b1f8b8ca3df76063cc -size 36997591 diff --git a/ansible-7.3.0.tar.gz b/ansible-7.3.0.tar.gz new file mode 100644 index 0000000..c88f47f --- /dev/null +++ b/ansible-7.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c2fd97487b2cc83e39e895d8dfad8b2a5df34d490394a15735ebcfdc45f5be +size 37218246 diff --git a/ansible.changes b/ansible.changes index b469642..9f2e2a9 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,9 +1,18 @@ +------------------------------------------------------------------- +Tue Feb 28 16:03:45 UTC 2023 - Johannes Kastl + +- update to 7.3.0: + Ansible 7.3.0 will include ansible-core 2.14.3 as well as a + curated set of Ansible collections to provide a vast number of + modules and plugins. + ------------------------------------------------------------------- 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. + 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 diff --git a/ansible.spec b/ansible.spec index 3bb98b6..4652b27 100644 --- a/ansible.spec +++ b/ansible.spec @@ -30,7 +30,7 @@ %endif Name: ansible -Version: 7.2.0 +Version: 7.3.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.2 +BuildRequires: ansible-core >= 2.14.3 # /SECTION Requires: %{ansible_python}-base >= 3.9 -Requires: ansible-core >= 2.14.2 +Requires: ansible-core >= 2.14.3 # Do not check any files in collections for requires %global __requires_exclude_from ^%{ansible_python_sitelib}/.*$