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
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
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
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}' -