From ec0f7ef05c9cba7018236268c0eca7b4b01b774d Mon Sep 17 00:00:00 2001 From: ojkastl_buildservice <> Date: Jan 13 2023 23:13:36 +0000 Subject: Update ansible to version 7.1.0 / rev 91 via SR 1058097 https://build.opensuse.org/request/show/1058097 by user ojkastl_buildservice + dimstar_suse --- diff --git a/.files b/.files index 794e60e..a6e650a 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 2459ea8..946bdcc 100644 --- a/.rev +++ b/.rev @@ -955,4 +955,12 @@ numbers for further reference. 1043662 + + f8492428f9ae674a57a8f6382f6ce571 + 7.1.0 + + dimstar_suse + + 1058097 + diff --git a/.servicemark b/.servicemark index badb26a..6eff0e7 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -90cf22f9b7b44a2456149a12a949408b +9abc47f59ab2faf6b33e9027cd4f4814 diff --git a/ansible.changes b/ansible.changes index 1237746..27db57e 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jan 12 12:17:31 UTC 2023 - Johannes Kastl + +- do no longer remove ./ansible_collections/lowlydba/sqlserver/ + as the powershell shebang is ignored and no longer causing issues + +------------------------------------------------------------------- Sun Dec 18 20:23:17 UTC 2022 - Johannes Kastl - disable automatic generation of RPM dependencies from files in collections diff --git a/ansible.spec b/ansible.spec index f62f58a..aa38e35 100644 --- a/ansible.spec +++ b/ansible.spec @@ -81,10 +81,6 @@ 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 %python_build