From Fedora Project Wiki
Description
A test that ensures there are no packaging errors in the package reported by rpmlint.
Setup
The test environment consists of any machine with rpmlint installed.
How to test
- Download the source package and all binary packages that are built from that package (for all architectures). That can be done from Koji.
- Run
rpmlint <list of all packages|directory with all the packages>
Expected Results
- In the output there are no lines marked as error (i.e. with E: label).
- Optional: In the output there are no lines marked as warning (i.e. with W: label).