From Fedora Project Wiki

Description

A test that ensures that there are no warnings reported by rpmguard when comparing the most recent stable version of a package to a newer version of the package.

Setup

A host system with rpmlint package installed and rpmguard script available - downloadable from AutoQA source code.

How to test

  1. Download from Koji all binary packages (for all architectures) related to the source package you want to test. Download also all binary packages for most recent version of the same source package available in stable Fedora repositories (i.e. fedora and updates).
  2. For every matching pair of older and newer binary package run command: rpmguard <older_package.rpm> <newer_package.rpm>

Expected Results

  1. In none of the outputs there may be any warning (i.e. with W: label).