Sophie

Sophie

distrib > Mageia > 6 > i586 > media > core-release > by-pkgid > 7f313d6523d254e2ddab9a4d34a091f0 > files > 10

rpmlint-1.5-4.mga6.noarch.rpm

The latest development version can be retrieved from anonymous Git:

$ git clone git://git.code.sf.net/p/rpmlint/code rpmlint

To run rpmlint from the working tree or in place from an unpacked tarball:

$ ./rpmlint -C . <rpms>

...and to run only a single check, for example to test only FHSCheck:

$ ./rpmlint -C . -c FHSCheck <rpms>

For profiling, use something like:

$ python -O -u -m cProfile -s cumulative rpmlint -C . [...]