Re: How to solve rpmlint E: script-without-shebang message

2021-08-09 Thread Sérgio Basto
On Sun, 2021-08-08 at 12:04 +, linux4mar...@gmx.de wrote: > I will remove the executable flag with: > chmod 0644 *.pm maybe, rpm macro %_fixperms [1], is useful for this case. [1] macro is in file /lib/rpm/macros line 794 > Thanks a lot > Martin > -- Sérgio M. B.

Re: How to solve rpmlint E: script-without-shebang message

2021-08-08 Thread Vascom
Also you should inform upstream to remove exec flag from this files in their repo/sources. вс, 8 авг. 2021 г., 15:06 : > I will remove the executable flag with: > chmod 0644 *.pm > > Thanks a lot > Martin > ___ > devel mailing list --

Re: How to solve rpmlint E: script-without-shebang message

2021-08-08 Thread linux4martin
I will remove the executable flag with: chmod 0644 *.pm Thanks a lot Martin ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct:

Re: How to solve rpmlint E: script-without-shebang message

2021-08-08 Thread Vitaly Zaitsev via devel
On 08/08/2021 13:44, Vascom wrote: But in /usr/share should not be executables, as I know. Yes. 0644 will remove executable flag. -- Sincerely, Vitaly Zaitsev (vit...@easycoding.org) ___ devel mailing list -- devel@lists.fedoraproject.org To

Re: How to solve rpmlint E: script-without-shebang message

2021-08-08 Thread Vascom
But in /usr/share should not be executables, as I know. вс, 8 авг. 2021 г., 14:43 Vitaly Zaitsev via devel < devel@lists.fedoraproject.org>: > On 08/08/2021 13:01, linux4mar...@gmx.de wrote: > > How can i solve this ? > > Set chmod 0644 or add a shebang by patching them. > > -- > Sincerely, >

Re: How to solve rpmlint E: script-without-shebang message

2021-08-08 Thread Vitaly Zaitsev via devel
On 08/08/2021 13:01, linux4mar...@gmx.de wrote: How can i solve this ? Set chmod 0644 or add a shebang by patching them. -- Sincerely, Vitaly Zaitsev (vit...@easycoding.org) ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe