Accepting request 1058097 from systemsmanagement:ansible

OBS-URL: https://build.opensuse.org/request/show/1058097
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ansible?expand=0&rev=91
This commit is contained in:
Dominique Leuenberger 2023-01-13 23:02:45 +00:00 committed by Git OBS Bridge
commit 4f5f862f85
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 12 12:17:31 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- 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 <kastl@b1-systems.de>

View File

@ -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