[SailfishDevel] [Solved] RPM validator error
Marko Koschak
marko.koschak at tisno.de
Wed Sep 18 20:27:29 UTC 2019
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
More information about the Devel
mailing list