You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pavel Negrobov cd5295a594
INF-894: Адаптировать тесты CentOS для МСВСфера ОС (#2)
8 months ago
..
README INF-894: Адаптировать тесты CentOS для МСВСфера ОС (#2) 8 months ago
check-rpminfo.py INF-894: Адаптировать тесты CentOS для МСВСфера ОС (#2) 8 months ago
check-rpminfo.sh INF-894: Адаптировать тесты CentOS для МСВСфера ОС (#2) 8 months ago
special_overrides.txt INF-894: Адаптировать тесты CentOS для МСВСфера ОС (#2) 8 months ago

README

Adding an rpminfo check override for a package can be done in 2 ways:
- Modifying required_attrs in check-rpminfo.py
  - should be done for packages specified by name (i.e. overrides for _all_ versions of that package)
- Adding an NVR line in special_overrides.txt
  - should be done for specific NVRs
  - in the form: <name>-<version>-<release>: <attrib_to_override> 

Adding an attribute to check:
- modify the required_attrs dict in check-rpminfo.py
  - the key is the name of the attribute to check
  - the value is a shell-style glob of what the attribute should be