From 27a4ada778459f661b69493316de76a631d27f8e Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Thu, 13 Oct 2022 05:20:11 +0000 Subject: [PATCH] Accepting request 1010336 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 6.5.0 OBS-URL: https://build.opensuse.org/request/show/1010336 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible?expand=0&rev=4 --- ansible-6.4.0.tar.gz | 3 --- ansible-6.5.0.tar.gz | 3 +++ ansible.changes | 13 +++++++++++++ ansible.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 ansible-6.4.0.tar.gz create mode 100644 ansible-6.5.0.tar.gz diff --git a/ansible-6.4.0.tar.gz b/ansible-6.4.0.tar.gz deleted file mode 100644 index e2e80f0..0000000 --- a/ansible-6.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80b422f73e2feeddc456581bf7de22e14ccd3e7fdb0d5060176e21c350ed8320 -size 35884480 diff --git a/ansible-6.5.0.tar.gz b/ansible-6.5.0.tar.gz new file mode 100644 index 0000000..dceb290 --- /dev/null +++ b/ansible-6.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0cdcd1121a5f12ab2da4bdd2e14c2c153e01214bfc6a6bc156b61bd7401c5b +size 38275680 diff --git a/ansible.changes b/ansible.changes index 42cb881..8f54d8b 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Oct 13 04:45:46 UTC 2022 - Johannes Kastl + +- update to 6.5.0: + Ansible 6.5.0 will include ansible-core 2.13.5 as well as a curated set of + Ansible collections to provide a vast number of modules and plugins. + * The changelog for ansible-core 2.13 installed by this release of + ansible is available here: + https://github.com/ansible/ansible/blob/stable-2.13/changelogs/CHANGELOG-v2.13.rst + * Collections which have opted into being a part of the Ansible-6 + unified changelog will have an entry on this page: + https://github.com/ansible-community/ansible-build-data/blob/main/6/CHANGELOG-v6.rst + ------------------------------------------------------------------- Sun Sep 25 11:48:07 UTC 2022 - Johannes Kastl diff --git a/ansible.spec b/ansible.spec index 6311ded..48a6ed8 100644 --- a/ansible.spec +++ b/ansible.spec @@ -16,7 +16,7 @@ # Name: ansible -Version: 6.4.0 +Version: 6.5.0 Release: 0 Summary: Radically simple IT automation License: GPL-3.0+ @@ -31,10 +31,10 @@ BuildRequires: fdupes BuildRequires: dos2unix # SECTION test requirements -BuildRequires: ansible-core >= 2.13.3 +BuildRequires: ansible-core >= 2.13.5 # /SECTION -Requires: ansible-core >= 2.13.3 +Requires: ansible-core >= 2.13.5 BuildArch: noarch %description