ocaml-lwt/ocaml-lwt.rpmlintrc
Jerry James e5e86f6436 Link the stublib with RPM_LD_FLAGS.
Add the executable bit to cmxs files.
Require libev-devel from the devel subpackage.
Require ocaml-lwt-devel from ocaml-lwt-{react,ppx}-devel.
Refactor the %files lists.
Add an rpmlintrc file.
2020-03-05 08:29:03 -07:00

10 lines
435 B
Plaintext

# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
# This word names a code feature; it is not an English word
addFilter(r'W: spelling-error .* async')
# This package gives access to both the chroot and chdir functions from OCaml.
# It is up to consumers to call them together.
addFilter(r'E: missing-call-to-chdir-with-chroot')