Comment # 37 on bug 4393 from
(In reply to Andrew Bauer from comment #36)
> After upgrading my workstation F25 -> F26, I observed that rpmlint -v
> zoneminder takes an unusually long time to complete. 
> 
> If I wait 1-2 minutes, it eventually completes with the following output:
> https://gist.github.com/knnniggett/a7376eec50285476d323949cd61e1e33
> 
> Can you try again and just wait a while to see if it completes?

Unusually long time confirmed; probably, 'fedora-review' fails for this reason.

There are some errors about we need talking:

- 'htaccess-file'

$ rpmlint -I htaccess-file
htaccess-file:
You have individual apache configuration .htaccess file(s) in your package.
Replace them by a central configuration file in /etc/, according to the web
application packaging policy for your distribution.

But i see other packages with these kind of file under private /usr/share

- wrong-script-interpreter

It should not be important, but the form "#! /usr/bin/env INTERPRETER" is not
tolerate by 'rpmlint'.

- non-executable-script (.php files)

Are their permissions correct?

- hidden-file-or-dir

Does 'zoneminder' need hidden files?

- W: pem-certificate

See
https://fedoraproject.org/wiki/Common_Rpmlint_issues?rd=PackageMaintainers/Common_Rpmlint_Issues#pem-certificate


You are receiving this mail because: