Re: [SailfishDevel] [Solved] RPM validator error

2019-09-18 Thread Ville Nummela
On 18.9.2019 23.38, David Llewellyn-Jones wrote: On 18/09/2019 23:27, Marko Koschak wrote: 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

Re: [SailfishDevel] [Solved] RPM validator error

2019-09-18 Thread Marko Koschak
On 18/09/2019 23:39, David Llewellyn-Jones wrote: > > 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... > > Is this the first release? If n

Re: [SailfishDevel] [Solved] RPM validator error

2019-09-18 Thread David Llewellyn-Jones
On 18/09/2019 23:27, Marko Koschak wrote: > 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 vali

Re: [SailfishDevel] [Solved] RPM validator error

2019-09-18 Thread Marko Koschak
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}' -