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 100644
index dceb290..0000000
--- a/ansible-6.5.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7c0cdcd1121a5f12ab2da4bdd2e14c2c153e01214bfc6a6bc156b61bd7401c5b
-size 38275680
diff --git a/ansible-6.6.0.tar.gz b/ansible-6.6.0.tar.gz
new file mode 100644
index 0000000..c0168ba
--- /dev/null
+++ b/ansible-6.6.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e1b940a8d4f412123ede3c14b25cb99c3c8a4d535fd040aabf8e4fb7b0e4f092
+size 35620748
diff --git a/ansible.changes b/ansible.changes
index 8f54d8b..eab91aa 100644
--- a/ansible.changes
+++ b/ansible.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+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
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