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

  1. Download the source package and all binary packages that are built from that package (for all architectures). That can be done from Koji.
  2. Run rpmlint <list of all packages|directory with all the packages>

Expected Results

  1. In the output there are no lines marked as error (i.e. with E: label).
  2. Optional: In the output there are no lines marked as warning (i.e. with W: label).