Blame tests/z_rpminfo/README

0b568f
Adding an rpminfo check override for a package can be done in 2 ways:
0b568f
- Modifying required_attrs in check-rpminfo.py
0b568f
  - should be done for packages specified by name (i.e. overrides for _all_ versions of that package)
0b568f
- Adding an NVR line in special_overrides.txt
0b568f
  - should be done for specific NVRs
0b568f
  - in the form: <name>-<version>-<release>: <attrib_to_override> 
0b568f
0b568f
Adding an attribute to check:
0b568f
- modify the required_attrs dict in check-rpminfo.py
0b568f
  - the key is the name of the attribute to check
0b568f
  - the value is a shell-style glob of what the attribute should be