I am trying to build Plamsa 6 on CentOS Stream 10 on Copr.  I'm starting off with qt6.
Except for a few dependencies (and alot of dependencies for webengine) everything built fairly well.  Except for one thing.
There are a few files not packaged, and they all seem to be related to testserver.
I've looked through macros and configs and googled, and I'm just not finding anything about what is going on.
I am working around it by removing the left over files, but it would be nice if we didn't have to have these "rm -f" lines in the spec files.

These are the packages I'm having problems with, along with the files that I'm having to remove.

qt6-qtgrpc
- /usr/tests/shared/grpc_testserver
qt6-qtopcua
- %{_qt6_bindir}/open62541-testserver
qt6-qtquick3dphysics
- /usr/tests/baseline/data/
qt6-qtgraphs
- /usr/tests/auto/
qt6-qthttpserver
- /usr/tests/auto/

Does anyone have any idea where I should start looking to find the real problem here.

Thanks
Troy