From f923acf754f94dea8705b1c369c8ae4649f6f988 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Wed, 7 Sep 2022 14:50:20 +0000 Subject: [PATCH] Accepting request 1001773 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible update to 6.3.0 OBS-URL: https://build.opensuse.org/request/show/1001773 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible?expand=0&rev=2 --- ansible-6.1.0.tar.gz | 3 --- ansible-6.3.0.tar.gz | 3 +++ ansible.changes | 26 ++++++++++++++++++++++++++ ansible.spec | 6 +++--- 4 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 ansible-6.1.0.tar.gz create mode 100644 ansible-6.3.0.tar.gz diff --git a/ansible-6.1.0.tar.gz b/ansible-6.1.0.tar.gz deleted file mode 100644 index f0c496b..0000000 --- a/ansible-6.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91e4b23945f190aaa123c6ba4f8accb8e7f8905991bd3bb19b89afbdca456822 -size 35074113 diff --git a/ansible-6.3.0.tar.gz b/ansible-6.3.0.tar.gz new file mode 100644 index 0000000..2c505f4 --- /dev/null +++ b/ansible-6.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5fa9fc15a8d45c8d5247a9645b0b48f995d735b12c4da655666d48506273526 +size 35480527 diff --git a/ansible.changes b/ansible.changes index e0cbd3b..1f8c44a 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Sep 7 13:47:45 UTC 2022 - Johannes Kastl + +- update to 6.3.0: + * Ansible 6.3.0 will include ansible-core 2.13.3 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 + +------------------------------------------------------------------- +Wed Sep 7 13:38:07 UTC 2022 - Johannes Kastl + +- update to 6.2.0: + * Ansible 6.2.0 will include ansible-core 2.13.2 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 + ------------------------------------------------------------------- Wed Jul 20 07:27:34 UTC 2022 - Johannes Kastl diff --git a/ansible.spec b/ansible.spec index 5c1705c..924943e 100644 --- a/ansible.spec +++ b/ansible.spec @@ -16,7 +16,7 @@ # Name: ansible -Version: 6.1.0 +Version: 6.3.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.1 +BuildRequires: ansible-core >= 2.13.3 # /SECTION -Requires: ansible-core >= 2.13.1 +Requires: ansible-core >= 2.13.3 BuildArch: noarch %description