From 7c1661c3c13c7554aee12a25b6a95c2291e9927c Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Fri, 13 Jan 2023 05:51:15 +0000 Subject: [PATCH] Accepting request 1058096 from home:ojkastl_buildservice:Branch_systemsmanagement_ansible - do no longer remove ./ansible_collections/lowlydba/sqlserver/ as the powershell shebang is ignored and no longer causing issues OBS-URL: https://build.opensuse.org/request/show/1058096 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/ansible?expand=0&rev=10 --- ansible.changes | 6 ++++++ ansible.spec | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ansible.changes b/ansible.changes index 1237746..27db57e 100644 --- a/ansible.changes +++ b/ansible.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 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