Hi, I’m having two packaging problems that I’m stuck at:
- although I haven’t explicitly set anything and the file is in the qml/ context, it’s being set executable. That’s not allowed, It’s a python file qml/py/myfile.py. how do I stop that?
- I need to do some excludes for local libs: Do not check .so …
somethinng like # %global __provides_exclude_from ^(%{_libdir}/%{name}/.\.so.|%{_datadir}/myapp/.*)$
But what file do I use?
this is a INSTALL+= python project.
I can actually deploy without problems but I won’t get this into the jolla store