diff --git a/.files b/.files index e22e5a6..71e1945 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index ca110d7..275fd03 100644 --- a/.rev +++ b/.rev @@ -923,4 +923,12 @@ numbers for further reference. 1010337 + + 6f9f8fa93888befc51aaaf30a98e756b + 6.6.0 + + dimstar_suse + + 1036188 + diff --git a/.servicemark b/.servicemark new file mode 100644 index 0000000..78f562f --- /dev/null +++ b/.servicemark @@ -0,0 +1 @@ +12691ceac8bbe296dde43911b7825ea9 diff --git a/_service b/_service new file mode 100644 index 0000000..d648e71 --- /dev/null +++ b/_service @@ -0,0 +1,4 @@ + + + + diff --git a/ansible-6.5.0.tar.gz b/ansible-6.5.0.tar.gz deleted file mode 120000 index 3896683..0000000 --- a/ansible-6.5.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeifw5negqf6lrvoeotqwftlknp3xy4igcmt6v5ihvcxcpxjoinymoq \ No newline at end of file diff --git a/ansible-6.6.0.tar.gz b/ansible-6.6.0.tar.gz new file mode 120000 index 0000000..3b9a3f3 --- /dev/null +++ b/ansible-6.6.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeie7kuiak34sf5odvropcxff7hcgiondnonwivi4ms3wdfgmfndzrq \ No newline at end of file diff --git a/ansible.changes b/ansible.changes index 8f54d8b..eab91aa 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,4 +1,23 @@ ------------------------------------------------------------------- +Wed Nov 16 08:27:00 UTC 2022 - Johannes Kastl + +- remove lowlydba.sqlserver collection as rpmlint throws errors due to powershell: + "E: wrong-script-interpreter (Badness: 490) [...]/ansible_collections/lowlydba/sqlserver/plugins/modules/restore.ps1 powershell" + +------------------------------------------------------------------- +Tue Nov 15 10:34:05 UTC 2022 - Johannes Kastl + +- update to 6.6.0: + Ansible 6.6.0 will include ansible-core 2.13.6 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 + +------------------------------------------------------------------- Thu Oct 13 04:45:46 UTC 2022 - Johannes Kastl - update to 6.5.0: diff --git a/ansible.spec b/ansible.spec index 48a6ed8..3c7fd65 100644 --- a/ansible.spec +++ b/ansible.spec @@ -16,7 +16,7 @@ # Name: ansible -Version: 6.5.0 +Version: 6.6.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.5 +BuildRequires: ansible-core >= 2.13.6 # /SECTION -Requires: ansible-core >= 2.13.5 +Requires: ansible-core >= 2.13.6 BuildArch: noarch %description @@ -68,6 +68,10 @@ find ./ansible_collections/ -iname .keep -delete # azure collection has wrong file endings find ./ansible_collections/azure -type f -exec dos2unix {} \; +# ./ansible_collections/lowlydba/sqlserver/ throws errors in rpmlint +# and is powershell only +rm -rf ./ansible_collections/lowlydba/sqlserver/ + %build python3 setup.py build