From 75062c5e8c2f5fc35cce544853be941f71884d98 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Thu, 8 Dec 2022 19:28:43 +0000 Subject: [PATCH] Accepting request 1041717 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible - update to 7.1.0 OBS-URL: https://build.opensuse.org/request/show/1041717 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible?expand=0&rev=8 --- ansible-7.0.0.tar.gz | 3 --- ansible-7.1.0.tar.gz | 3 +++ ansible.changes | 7 +++++++ ansible.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 ansible-7.0.0.tar.gz create mode 100644 ansible-7.1.0.tar.gz diff --git a/ansible-7.0.0.tar.gz b/ansible-7.0.0.tar.gz deleted file mode 100644 index 58115fb..0000000 --- a/ansible-7.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73144e7e602715fab623005d2e71e503dddae86185e061fed861b2449c5618ea -size 35494124 diff --git a/ansible-7.1.0.tar.gz b/ansible-7.1.0.tar.gz new file mode 100644 index 0000000..c323c75 --- /dev/null +++ b/ansible-7.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e47238c4aa9e68c0c5367a3fd707ba6c3949b4aaf912b06440ad78dd2bf018d +size 36277542 diff --git a/ansible.changes b/ansible.changes index 1197430..a01fbf3 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 8 14:32:29 UTC 2022 - Johannes Kastl + +- update to 7.1.0: + Ansible 7.1.0 will include ansible-core 2.14.1 as well as a curated set of + Ansible collections to provide a vast number of modules and plugins. + ------------------------------------------------------------------- Fri Nov 25 07:03:33 UTC 2022 - Johannes Kastl diff --git a/ansible.spec b/ansible.spec index f9d93d8..e7d2e2e 100644 --- a/ansible.spec +++ b/ansible.spec @@ -30,7 +30,7 @@ %endif Name: ansible -Version: 7.0.0 +Version: 7.1.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.0 +BuildRequires: ansible-core >= 2.14.1 # /SECTION Requires: %{ansible_python}-base >= 3.9 -Requires: ansible-core >= 2.14.0 +Requires: ansible-core >= 2.14.1 BuildArch: noarch %description