rpmlint.fmf 232 B

1234567891011121314
  1. summary:
  2. Execute rpmlint on the spec file
  3. discover:
  4. how: shell
  5. tests:
  6. - name: rpmlint
  7. test: rpmlint hwdata.spec
  8. prepare:
  9. - name: packages
  10. how: install
  11. package:
  12. - rpmlint
  13. execute:
  14. how: tmt