While my check isn't integrated in rpmlint, I'm distributing lsbrpmlint as a standalone package to be installed after rpmlint. Feedback welcome.

Here is the changes since the last patch:

  • check cron files and profile files
  • check package name against the list at lanana.org
  • load the InitScript and Tags checks

I'm not sure this is a good idea to test against lanana.org names because one can want to register later and there is some delay in the registration. Alternatively I could only check for name coherency between the different files and directories. WDYT ?

I would also need a way to change the level of the report on other checks from warning to error and also from error to warning without changing the source. I need to think more about this.