diff --git a/.files b/.files index 57fb212..21c3ac4 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index e739a11..fdf9e09 100644 --- a/.rev +++ b/.rev @@ -939,4 +939,12 @@ numbers for further reference. 1039496 + + 7ed779523a3e2452fb4da7ed9023e482 + 7.1.0 + + dimstar_suse + + 1041718 + diff --git a/.servicemark b/.servicemark index ddb6c8c..290da5e 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -69d1be9c969ef65eb782073cbe57d31f +18ecff1da0320ccd8732f54bd4020142 diff --git a/ansible-7.0.0.tar.gz b/ansible-7.0.0.tar.gz deleted file mode 120000 index ca263bc..0000000 --- a/ansible-7.0.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeif7pqegxu4tylacfehtj7gq6bb6aya4srb4tutjhgsswsuowlg2eu \ No newline at end of file diff --git a/ansible-7.1.0.tar.gz b/ansible-7.1.0.tar.gz new file mode 120000 index 0000000..4947222 --- /dev/null +++ b/ansible-7.1.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeid6ip4obzwiq2irv6wtilu2fjwbikbs62xzphv3omcc7dbsglfr4i \ No newline at end of file diff --git a/ansible.changes b/ansible.changes index 1197430..a01fbf3 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +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 - rework spec file to define %ansible_python version, which is the 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