Answering to myself ;) > I was trying to check the created rpm for my app ownKeepass but it > failed for a strange reason: "cpio: ./usr/bin/harbour-ownkeepass: > Cannot open: Permission denied"
After I changed one line in the .yml file the validation worked again: - '%attr(655,-,-) %{_bindir}' -> - '%attr(755,-,-) %{_bindir}' It seemed the executable bit was the source of the error... /Marko _______________________________________________ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org