e5e86f6436
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.
10 lines
435 B
Plaintext
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')
|