```
$ rpm -ql kate-plugins| grep sql
... no file found ...
```
that's because of missing dependency (cmake output) in the OBS:
```
[ 35s] * Qt6Keychain
[ 35s] Required to build the katesql addon
```
this patch fixes it:
```
$ rpm -ql /var/tmp/build-root/KDE_Frameworks5_openSUSE_Tumbleweed-x86_64/home/abuild/rpmbuild/RPMS/x86_64/kate-plugins-debuginfo-24.12.0-0.x86_64.rpm | grep sql
/usr/lib/debug/usr/lib64/qt6/plugins/kf6/ktexteditor/katesqlplugin.so.debug
```
I'm not sure if it is a proper solution to depend on qtkeychain-qt6-devel directly. But cmake(Qt6Keychain) was not found at all.
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=238